Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Trying to npm install this on windows gave errors #32

Open
fresheneesz opened this issue Jun 9, 2020 · 2 comments
Open

Trying to npm install this on windows gave errors #32

fresheneesz opened this issue Jun 9, 2020 · 2 comments

Comments

@fresheneesz
Copy link

Windows 10, node v12.13.1.

Here's my console from trying to run npm install on this after cloning: https://pastebin.com/LxxaGKik

@JohnMarsden24
Copy link

JohnMarsden24 commented Aug 24, 2020

@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?

@n84ck
Copy link

n84ck commented Dec 30, 2020

I had the same issue until I downgraded my node to 10.23.0. Probably node 10 is the solution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants