We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887283b commit ba6543aCopy full SHA for ba6543a
appveyor.yml
@@ -18,6 +18,7 @@ install:
18
- ps: Install-Product node $env:nodejs_version
19
- npm config set shrinkwrap false
20
- npm rm --save-dev benchmark beautify-benchmark & ver > nul
21
+ - if "%nodejs_version%" equ "0.8" npm config set strict-ssl false
22
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul
23
- npm rm --save-dev eslint eslint-config-standard eslint-plugin-markdown eslint-plugin-promise eslint-plugin-standard
24
- if exist node_modules npm prune
0 commit comments