Skip to content

Commit

Permalink
Don't ls nonexistent gyp dir on win
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Aug 13, 2024
1 parent ad4e494 commit 0084b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/install-node-gyp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ npx node-gyp --verbose list
npx node-gyp --verbose install $(node -v)
npx node-gyp --verbose list
# TODO resolve "node-gyp" cache path or set it for "node-gyp" explicitly rather than hardcoding the value
ls "C:\Users\runneradmin\AppData\Local\node-gyp\Cache\10.2.0\include\node"
# TODO was this here for a good reason? commenting since it's breaking stuff
#ls "C:\Users\runneradmin\AppData\Local\node-gyp\Cache\10.2.0\include\node"

0 comments on commit 0084b7a

Please sign in to comment.