Open fresheneesz opened 4 years ago
@fresheneesz - I had the same issue so firstly I installed node-gyp (which was the module causing the issue) and all of the accompanying things for that (x code and Python), this didn't fix the issue so I did some more digging. Followed other users advice and removed my package-lock.json file and node_module folder and reran npm install to still no avail. Not until I downgraded my node version to v10.17.0, reran npm install and now it works. So maybe try it in those steps and see if you can get it working?
I had the same issue until I downgraded my node to 10.23.0. Probably node 10 is the solution.
Windows 10, node v12.13.1.
Here's my console from trying to run
npm install
on this after cloning: https://pastebin.com/LxxaGKik