node/deps/npm/bin/npm.cmd

7 lines
209 B
Batchfile
Raw Normal View History

:: Created by npm, please don't edit manually.
2012-02-25 10:51:22 +08:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
) ELSE (
2012-02-25 10:51:22 +08:00
node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %*
)