chore: don't upgrade npm to latest on Appveyor (#999)

Running `npm install -g npm` causes npm to be upgraded to v4, which
seems to have the following bug when running `npm install`:

```
npm ERR! Callback called more than once.
```

Not upgrading npm on our Appveyor builds causes npm to stay at v3, and
the problem dissapears.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-01-05 12:21:22 -04:00 committed by GitHub
parent e210a2ba0e
commit e82e6bdc5c

View File

@ -24,7 +24,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install -g npm bower rimraf asar
- npm install -g bower rimraf asar
- choco install nsis -version 2.51
- choco install upx
- choco install jq