Skip to content

Commit d3c1143

Browse files
filipesilvahansl
authored andcommitted
ci: update npm to 5.8.0
Changes in project dependency structure were causing `npm` 5.6.0 to incorrectly flag `fsevents` as a required dependency of `chokidar` 2.0.3 and 1.7.0, but it is actually an optional dependency. This doesn't seem to happen with `npm` 5.8.0.
1 parent a302418 commit d3c1143

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ matrix:
77

88
install:
99
- ps: Install-Product node $env:nodejs_version
10+
- npm install -g npm@5.8.0
1011
- npm install
1112
- choco install googlechrome
1213

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ matrix:
9393

9494

9595
install:
96+
- npm install -g npm@5.8.0
9697
- npm install
9798

9899
env:

0 commit comments

Comments
 (0)