Error with node-sass when running npm install

node-sass has been deprecated.

It has been transformed to the npm package sass now.

You can uninstall the old and install the new one

npm uninstall node-sass

npm install sass

Many issues also those during installation have been fixed with this.

Leave a Comment