Skip to content

Commit

Permalink
Force use npm 4 to not need migrate to npm 5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Jun 1, 2017
1 parent 0c92e71 commit 1fc3722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ init:
install:
- ps: Install-Product node 6 x64
- git reset --hard HEAD
- npm install npm -g
- npm install npm@4 -g
- npm prune
- npm install

Expand Down

0 comments on commit 1fc3722

Please sign in to comment.