update npm version to fix recursive npm install bug
This commit is contained in:
parent
2ce86f8591
commit
a46bdfd71e
|
@ -7,6 +7,7 @@ install:
|
|||
# Get the latest stable version of Node.js or io.js
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
# install modules
|
||||
- npm install -g npm@5.7
|
||||
- npm install
|
||||
|
||||
# Post-install test scripts.
|
||||
|
|
Loading…
Reference in New Issue