Commit 1c91b374 by Mithgol

`npm install npm -g` is a typo, should be `npm update npm -g`

parent c2257f74
...@@ -32,7 +32,7 @@ install: ...@@ -32,7 +32,7 @@ install:
# add local node-pre-gyp dir to path # add local node-pre-gyp dir to path
- SET PATH=node_modules\.bin;%PATH% - SET PATH=node_modules\.bin;%PATH%
# # work around old npm problem with ^ # # work around old npm problem with ^
- npm install npm -g - npm update npm -g
- npm --version - npm --version
# upgrade node-gyp to support --msvs_version=2013 # upgrade node-gyp to support --msvs_version=2013
- npm install node-gyp - npm install node-gyp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment