mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Pin npm to 5.1 so we can build. 5.2 causes errors with eslinter-plugin-react
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user