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 (Collapse)Author
2015-08-21windows: search for a user-installed npmJoão Reis
This changes npm.cmd and the npm script when running in Cygwin to look for an npm installation in prefix, running it if found. The default npm is used to get the prefix. This implements the changes described in https://github.com/joyent/node/issues/8528 . Fixes joyent/node#8528. Reference: joyent/node#8554. Fixes: #6412 PR-URL: https://github.com/npm/npm/pull/9089
2012-02-16Simplify confusing windows pathsisaacs
2011-11-17npm cmd files, for easier node msi buildingisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-09-07make command proxy silentDean Landolt
2011-09-07relativize npm batch script using %~dp0Dean Landolt
2011-09-07use cmd instead of bat extension, see: ↵Dean Landolt
http://stackoverflow.com/questions/148968/windows-batch-files-bat-vs-cmd