project_professional_portfolio
project_professional_portfolio copied to clipboard
I am having issues with node-sass not being compatible
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
Downgrade your node version to 16 LTS and it will install node-sass. Let me know if this works for you
use npm i sass
instead of 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