mirror of https://github.com/nodejs/node.git
6 lines
213 B
Batchfile
6 lines
213 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" %*
|
||
|
)
|