Pin npm to 5.1 so we can build. 5.2 causes errors with eslinter-plugin-react

This commit is contained in:
Damien Guard
2017-07-12 15:52:08 -07:00
parent 5e04edfc43
commit dbe75c9362

View File

@@ -28,7 +28,7 @@ matrix:
install:
- SET PATH=C:\Program Files\Atom\resources\cli;%PATH%
- ps: Install-Product node $env:NODE_VERSION $env:PLATFORM
- npm install -g npm
- npm install -g npm@5.1
build_script:
- IF NOT EXIST C:\sqtemp MKDIR C:\sqtemp