ERROR in Cannot find module 'node-sass'

Config: macOS High Sierra, version 10.13.2, node:v8.1.2 npm:5.0.3 When I run npm start in my angularjs project I get this error:

ERROR in Cannot find module 'node-sass'

After this I run:

npm i node-sass

Now I get this error:

gyp: No Xcode or CLT version detected!
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1

Why won't npm install node-sass? How can I install node-sass?


Solution 1:

Here's the solution:

sudo npm install --save-dev  --unsafe-perm node-sass

Enjoy!

Solution 2:

  1. This error is for node-sass is not present ... to solve this just you want to run following command

npm install node-sass