We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec86bb6 commit faeff6cCopy full SHA for faeff6c
appveyor.yml
@@ -16,6 +16,7 @@ environment:
16
install:
17
- ps: Install-Product node $env:nodejs_version
18
- npm install -g npm@2
19
+ - set PATH=%APPDATA%\npm;%PATH%
20
- node --version
21
- npm --version
22
- npm install
0 commit comments