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-09-23Re #1448 add some output around tar that it's usingisaacs
2011-09-20Use cacert in install scriptisaacs
2011-09-17Use sed instead of egrepisaacs
2011-09-10Sniff for the MAKE env properlyisaacs
2011-09-08Portability to non-bourne posix shisaacs
2011-07-27Support npm_debug env in install scriptisaacs
2011-07-27No need to clean cache as often, makes search slowisaacs
2011-06-21Installer: Added quotation marksIain Sproat
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-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-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-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-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