-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run 'npm install' #44
Comments
In the quoted text it says you were running with node 21, was it the same error with node 18 ? |
Yes, same error with every version |
That's a different error. Here the build is failing because of an error with node-gyp
It probably is due to distutils not being included anymore since python 3.12. You can try installing it as suggested here https://stackoverflow.com/a/77638742 |
I cant believe i didn't think about python. I obviously had a version older than 3.12 when i was running Windows 10 so i didn't know of anything being removed. good catch, everything seems to be working. Thanks for the help! |
As the title states, I'm not able to run the command.
I was successful before breaker released and I was running Windows 10 and node v21.6.2
I'm now running a clean install of Windows 11 and the most recent version of node which is 'v21.7.1'. I open the project in VSCode, run 'npm install' and get this:
I've tried every node that i could've used before i installed Win11. I even tried the node version the 'package.json' says to use, which is "EXACTLY node 18.0.0" (^18) and still nothing.
The text was updated successfully, but these errors were encountered: