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? Alex Onozor Here's the solution: sudo npm install --save-dev --unsafe-perm node-sass Enjoy! If thist doesn't work try to install from a mirror npm install -g mirror-config-china --registry= http:/