I am using windows 10. Have installed npm version 5.6.0,node v8.10.0 and Python 2.7.
Getting grunt-sass is not installed even after installing npm using the command "npm install". After that I installed grunt using command:
npm install -g grunt-cli
Also, sometimes get an error like
"Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime"
Any help will be really appriciated.
In your project folder where
package.jsonexists, run:However, if the
grunt-sassdoes not exist in yourpackage.json, run:If you want it to be saved for future
npm install, run: