Skip to content

Commit ccc9961

Browse files
authored
Make sure node-gyp is installed (microsoft#194492)
1 parent dd6c696 commit ccc9961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipelines/darwin/product-build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ steps:
7777
- script: |
7878
set -e
7979
export npm_config_arch=$(VSCODE_ARCH)
80-
export npm_config_node_gyp=$(which node-gyp)
80+
npm i -g node-gyp
8181
8282
for i in {1..5}; do # try 5 times
8383
yarn --frozen-lockfile --check-files && break

0 commit comments

Comments
 (0)