-
Notifications
You must be signed in to change notification settings - Fork 839
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
Errors running npm install (node-gyp) on MacOS #23
Comments
Hi @kibernick What was the fix? Should I update the project or the article? |
The fix was the following, not sure if a MacOS only issue, but would be worthwhile to add to the docs/article:
|
i deleted the global folder (yarn) and removed deps from its package.json file. And it did the trick |
I started deleting packages from my packages.json to find out which package is the culprit. Long story short, it was sass-loader. I've installed a different version and problem was resolved |
In case others run into this issue:
Once that was fixed, the above commands worked like a charm
|
Hi, I'm following along your Kubernetes articles and get an error running
npm install
https://rinormaloku.com/setting-up-react-application/npm version: 6.13.1
OS: MacOS
I can send you the npm install log if you like, but after looking at some of the errors, I managed to fix this problem by looking at the quick fix listed here: nodejs/node-gyp#792 (and nodejs/nan#735)
The text was updated successfully, but these errors were encountered: