We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf871f9 commit fdb9883Copy full SHA for fdb9883
1 file changed
build/azure-pipelines/darwin/product-build-darwin.yml
@@ -77,7 +77,7 @@ steps:
77
- script: |
78
set -e
79
export npm_config_arch=$(VSCODE_ARCH)
80
- export npm_config_node_gyp=$(which node-gyp)
+ npm i -g node-gyp
81
82
for i in {1..5}; do # try 5 times
83
yarn --frozen-lockfile --check-files && break
0 commit comments