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

npm install fails on node v16 #33

Closed
gitcommitshow opened this issue Sep 23, 2022 · 0 comments · Fixed by #34
Closed

npm install fails on node v16 #33

gitcommitshow opened this issue Sep 23, 2022 · 0 comments · Fixed by #34

Comments

@gitcommitshow
Copy link
Contributor

gitcommitshow commented Sep 23, 2022

npm install fails on node v16 because of the dependency node-sass which is set to v4. And node v16 supports only node-sass v6+ as mentioned in node-sass repo. So this leads to the failure.

Fix: Until we resolve #35, we can put a strict check for node version which will show error for node version if it is node v16 or above. This way, user will have better experience than the current on(using v16 and then figuring out the issues which could be solved only by updating this project's dependency).

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

Successfully merging a pull request may close this issue.

1 participant