Skip to content

Commit 1f93ae2

Browse files
committed
chore: avoid win32 related npm@5 bugs
1 parent 476f80e commit 1f93ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
install:
55
- ps: Install-Product node $env:nodejs_version
66
- set CI=true
7-
- npm -g install npm@latest
7+
- npm install -g npm@4
88
- set PATH=%APPDATA%\npm;%PATH%
99
- npm install
1010
matrix:

0 commit comments

Comments
 (0)