Skip to content

Commit 2e34db3

Browse files
committed
npm fix
1 parent e8f58ef commit 2e34db3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ install:
3636
npm -g install npm@2 2>&1>$null
3737
$env:PATH = $env:APPDATA + "\npm;" + $env:PATH
3838
}
39+
Else {
40+
npm -g install npm
41+
$env:PATH = $env:APPDATA + "\npm;" + $env:PATH
42+
}
3943
# Output useful info for debugging.
4044
- ps: node --version
4145
- ps: npm --version

0 commit comments

Comments
 (0)