Skip to content
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

Cannot install node-sass dependency #253

Open
nickelaos opened this issue Dec 28, 2019 · 2 comments
Open

Cannot install node-sass dependency #253

nickelaos opened this issue Dec 28, 2019 · 2 comments

Comments

@nickelaos
Copy link

I run "npm install", and getting error: node-sass dependency cannot be installed. Here is the full error log:
1
2
3
4
Also, I am getting "Failed to load external module @babel/register" error when trying to run "npm start":
8
9
Please, advice.

@gauravtikekar
Copy link

Your node version?

Try running npm install on node 8.x

if you are running it on node 10.x and above then add natives to your package.json OR do npm install natives --save

@nickelaos
Copy link
Author

Thank you.

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

No branches or pull requests

2 participants