mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
33a9ac6087
Somehow this got downgraded in the last v0.6 merge. Very strange.
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" %*
|
|
)
|