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

npm.cmd « bin - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bac9e5f1c4c50e5a1b7ba5e2cd0876e897fde84e (plain)
1
2
3
4
5
6
:: Created by npm, please don't edit manually.
@IF EXIST "%~dp0"\"node.exe" (
  "%~dp0"\"node.exe"  "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
) ELSE (
  node  "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
)