You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
@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?
Windows 10, node v12.13.1.
Here's my console from trying to run
npm install
on this after cloning: https://pastebin.com/LxxaGKikThe text was updated successfully, but these errors were encountered: