project_professional_portfolio icon indicating copy to clipboard operation
project_professional_portfolio copied to clipboard

I am having issues with node-sass not being compatible

Open orrie8bot opened this issue 2 years ago • 3 comments

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

orrie8bot avatar Jul 14 '22 12:07 orrie8bot

Downgrade your node version to 16 LTS and it will install node-sass. Let me know if this works for you

beardcodes avatar Jul 15 '22 03:07 beardcodes

use npm i sass instead of npm i node-sass

HoussamMrabet avatar Feb 11 '23 17:02 HoussamMrabet

https://weekendprojects.dev/posts/fixing-npm-install-error-with-node-sass/ use npm i sass instead of npm i node-sass

FireBOUT avatar Aug 02 '23 20:08 FireBOUT