-
Notifications
You must be signed in to change notification settings - Fork 237
Stuck at Still waiting for installer log file...
#208
Comments
+1 windows 10 |
I found this workaround and it helped, but it is from 2019. Bugs me that there isn't a real answer for this with 3.1k stars on the repo |
+1 this problem right now today. @petertorelli fix worked. |
Problem still happens for me, trying to use this for Rob--/memoryjs. |
Happens here too on CircleCI. @petertorelli fix worked! Thanks! |
Another option is to try installing the build tools via Chocolatey instead (use an Administrator command line): choco install python visualstudio2017-workload-vctools -y
npm config set msvs_version 2017 Maybe this should be documented in the readme as an alternative... |
Hello Use It succeeded for me |
Hello,
Solved the issue. |
@Avinash-75 I'm assuming that message was an accident. Edit: They deleted their message. |
If you're running a single version of node.js, MSI now has the option to install build tools and python for you: If you prefer to install things manually, or need to install packages without installing node.js (useful for
Either way, don't forget to tell npm which msvs_version either globally or in your project:
Additional Notes: I've been wrestling with this for the last 24 hours and I've wrestled with it several times over the last couple of years. I've had my head in the sand assuming that this would eventually work. It turns out the maintainers have specifically pointed out the easiest solution on this repository's README:
Screenshot (same as above) Here's the full contents of the truncated text:
Source: https://github.com/nodejs/node/blob/master/tools/msvs/msi/i18n/en-us.wxl#L15 Related: #172 |
@djbreen7 thanks for drawing attention to the Are you certain that |
@karlhorky It's probably a little overkill, especially for bootcamp students. I think even when multiple versions of python are installed that node-gyp does a good job of figuring out which one it needs and fails if the one it needs isn't on the PATH variable. I haven't verified that yet. I updated my comment to link to the node-gyp README. |
Got the topic starter issue. Solved with the |
I've been waiting for 18 minutes and it's still there.
The text was updated successfully, but these errors were encountered: