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 ad4e494 commit 0084b7aCopy full SHA for 0084b7a
tools/install-node-gyp.ps1
@@ -7,4 +7,5 @@ npx node-gyp --verbose list
7
npx node-gyp --verbose install $(node -v)
8
npx node-gyp --verbose list
9
# 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"
+# 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