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
2021-09-13fix(install.sh): don't remove old npm firstGar
2021-02-05pass -q to curl calls to disable user .curlrc filesnlf
2020-11-06update the install.sh script to not rely on makenlf
2019-12-03chore: Warn the user that it is uninstalling npm-installCharlie West-Toebe
2019-02-19install.sh: print out tar version when the flag is supported (#154)Alexander Gudulin
2018-07-23docs: use https when possible. (#7)XhmikosR
2017-10-02install.sh: Drop upgrading from npm@1 supportRebecca Turner
2017-08-19scripts: Make install.sh find nodejs on debianCarsten Brandt
2017-07-11selfinstall: Fix self install in Makefile and install.shRebecca Turner
2017-04-28cli: replace cli.js with bin/npm-cli.js and remove cli.js (#12096)Daijiro Wachi
2014-12-11install.sh: Drop support for node <0.8, remove engines bitsisaacs
2014-02-16Follow redirects on curl|sh installer scriptisaacs
2013-11-12#3759: do not install npm on node <= v0.5Alex Rodionov
2012-10-04Fix #2850 Use https url for npmjs.org in docs etc.isaacs
2012-01-02Switch npm install based on node versionisaacs
2011-12-02Scripts should be 0755isaacs
2011-11-10Fix #1694 Test for directory-ness rather than -eisaacs
2011-11-03Use npm_config_tar in install scriptisaacs
2011-10-31Print tar --version even if explicitly setisaacs
2011-10-28Close #1622 Fix incorrect check for -o tar argisaacs
2011-10-22Handle seds that don't support -eisaacs
2011-10-18Fail faster in cases like #1566isaacs
2011-10-17Add Stephen to AUTHORSisaacs
2011-10-12Some seds are simpletonsisaacs
2011-10-04Building docs is too tedious to do on installationisaacs
2011-10-01Remove the cacert before trying to cd into the folderisaacs
2011-10-01cacert takes a file, not a stringisaacs
2011-10-01install.sh: Use tar -z, since npm does anywayisaacs
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