Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit aedd726

Browse files
committed
Lock to [email protected] in AppVeyor
We need this in order work around an issue with npm npm/npm#8517
1 parent 411a94c commit aedd726

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ matrix:
1717

1818
install:
1919
- ps: Install-Product node $env:nodejs_version
20+
- npm -g install [email protected]
2021
- node --version
2122
- npm --version
2223
- git submodule update --init --recursive
23-
- ps: npm install --msvs_version=2013
24+
- ps: C:\Users\appveyor\AppData\Roaming\npm\npm.cmd install --msvs_version=2013
2425

2526
test_script: npm test

0 commit comments

Comments
 (0)