Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-21Installer: Added quotation marksIain Sproat
2011-05-31Close #964 Use greadlink if readlink is missing, or abortisaacs
2011-05-11fixed typo in scripts/clean-old.shFederico Romero
2011-05-03If there's a prefix env, use that rather than sniffingisaacs
2011-05-01Support for Linux.isaacs
2011-05-01Also support clean=noisaacs
2011-05-01Ask for permission before cleaning old cruftisaacs
2011-05-01Clean up 0.x if installing 1.0isaacs
2011-04-30a bit better outputisaacs
2011-04-30A script to thoroughly remove 0.x cruft.isaacs
2011-04-07install.sh uses curl -L to go through proxy server with 302 redirectChris Wong
2011-04-04Clobber in Makefileisaacs
2011-04-04Also try the nomake style if make failsisaacs
2011-04-04Check new and old locations for semverPete Kruckenberg
2011-04-04Proper install technique when make is not foundisaacs
2011-03-22Allow setting the version to install with the curl scriptisaacs
2011-02-25Explicitly pipe through gzipisaacs
2011-02-23Don't use gtar. Just causing problems.isaacs
2011-02-23Closes GH-609 `make install` installs current, not latestisaacs
2011-02-20Remove sudo from the install.sh.Let users do this if they need to.isaacs
2011-02-17I know how npm works, I swear.isaacs
2011-02-17Use sudo in installation if necessaryisaacs
2011-02-12Use semver bin from node_modulesisaacs
2011-01-29typoisaacs
2011-01-29Add tar=gtar config if found in installationisaacs
2011-01-29Don't check node version before downloading npm.isaacs
2011-01-09Use the package.json data in the installationisaacs
2011-01-08detect node version in install scriptKai Chen
2011-01-05Don't depend on make, but DO depend on nodeisaacs
2010-12-21Portability.isaacs
2010-12-18Use sh instead of bash for thisisaacs
2010-12-06a little message on package installationisaacs
2010-12-03I can't read.isaacs
2010-12-02Updates to work properly on solaris. Grr.isaacs
2010-11-21More portable install script.isaacs
2010-09-14More solarisy fixes to the easy install scriptisaacs
2010-09-14Be respectful of weird places where tar might live.isaacs
2010-08-25Remove the install-docs script, since npm does this itself now.isaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-12$RANDOM isn't random in real shisaacs
2010-08-08Uninstall, and use a random directoryisaacs
2010-07-25Fix tar usage so that it works on BSDisaacs
2010-07-25Fix #119. Install man pages based on execPath, not installPrefix.isaacs
2010-07-25Fixing bugs in 0.1.99, and enable support for itisaacs
2010-07-25pull in the npm.js into the install-docs script so that the shims are thereisaacs
2010-07-25Make install script executable, and also report success or die on failureisaacs
2010-07-25A simple install script that can be piped to sh easily.isaacs
2010-06-13Update install script to check man path using the new mechanismisaacs
2010-05-17don't panic when docs don't install.isaacs
2010-05-17Fix the stupid man -w stuff that makes the install fail on linux.isaacs