We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I keep receiving an error stating "Node Sass version 7.0.1 is incompatible with ^4.0.0".
The simple fix of uninstalling/installing node-sass is not working nor trying to install sass. Any advice would be super grateful!!
Thank you, Lo
The text was updated successfully, but these errors were encountered:
Downgrade your node version to 16 LTS and it will install node-sass. Let me know if this works for you
Sorry, something went wrong.
use npm i sass instead of npm i node-sass
npm i sass
npm i node-sass
https://weekendprojects.dev/posts/fixing-npm-install-error-with-node-sass/ use npm i sass instead of npm i node-sass
No branches or pull requests
I keep receiving an error stating "Node Sass version 7.0.1 is incompatible with ^4.0.0".
The simple fix of uninstalling/installing node-sass is not working nor trying to install sass. Any advice would be super grateful!!
Thank you,
Lo
The text was updated successfully, but these errors were encountered: