mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-17 04:09:14 +08:00
7 lines
209 B
Batchfile
7 lines
209 B
Batchfile
:: 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" %*
|
|
)
|