summaryrefslogtreecommitdiff
path: root/deps/npm/bin/npm_g.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/bin/npm_g.cmd')
-rw-r--r--deps/npm/bin/npm_g.cmd6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/npm/bin/npm_g.cmd b/deps/npm/bin/npm_g.cmd
new file mode 100644
index 0000000000..bac9e5f1c4
--- /dev/null
+++ b/deps/npm/bin/npm_g.cmd
@@ -0,0 +1,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" %*
+) \ No newline at end of file