update npm version to fix recursive npm install bug

This commit is contained in:
Iuri Matias 2018-04-11 10:41:03 -04:00
parent 2ce86f8591
commit a46bdfd71e
1 changed files with 1 additions and 0 deletions

View File

@ -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.