Open Zireael opened 4 years ago
I have the same issue...
I'm facing the same issue myself - I suspect it's a Node version issue. I am running on Node v12.16.1
I have windows-build-tools@5.2.2 installed and so far have had no issues installing on Windows 10 release 2004 in conjunction with Node.js 12.18.0+ and 14.15.0+ (I did not test earlier versions).
The only issue I have seen at the moment in testing is that node-speaker does not work with Node.js 15.0.0+ or 16.0.0 nightly. The installation appears to goes fine but calls to the node-speaker package return immediately without error. My code works fine if I use Node 14 or Node 12 but the same code returns immediately with Node 15 when it calls node-speaker. Most likely some changes in node-gyp that break compatibility and the newer Node.js 15 and/or 16 libraries are not being seen during build. Not really a problem at the moment since Node 16 is quite some time away in the future and 15 will not be around very long. Oddly, the node-gyp based lzma-native package does work with all version up to 16 so whatever is different in node-gyp would appear to be minor.
Looks like lots of warnings about 32 pointers vs 64 pointers