Skip to content

Commit 0084b7a

Browse files
committed
Don't ls nonexistent gyp dir on win
1 parent ad4e494 commit 0084b7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/install-node-gyp.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ npx node-gyp --verbose list
77
npx node-gyp --verbose install $(node -v)
88
npx node-gyp --verbose list
99
# TODO resolve "node-gyp" cache path or set it for "node-gyp" explicitly rather than hardcoding the value
10-
ls "C:\Users\runneradmin\AppData\Local\node-gyp\Cache\10.2.0\include\node"
10+
# TODO was this here for a good reason? commenting since it's breaking stuff
11+
#ls "C:\Users\runneradmin\AppData\Local\node-gyp\Cache\10.2.0\include\node"

0 commit comments

Comments
 (0)