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 95857c0 commit e8daaefCopy full SHA for e8daaef
appveyor.yml
@@ -37,7 +37,8 @@ install:
37
- npm i nan@%nan_version%
38
- npm install -g node-pre-gyp@%pre_gyp_version%
39
- npm install -g node-pre-gyp-github@%pre_gyp_github_version%
40
- - ps: "//registry.npmjs.org/:_authToken=$env:npm_auth_token`n" | out-file "$env:userprofile\.npmrc" -Encoding ASCII
+ - ps: >-
41
+ "//registry.npmjs.org/:_authToken=$env:npm_auth_token`n" | out-file "$env:userprofile\.npmrc" -Encoding ASCII
42
43
build_script:
44
- node-pre-gyp configure
0 commit comments