I am trying to run angular application and execute ng serve command then show
Error: Cannot find module \'node-sass\'.
Try this : npm install node-sass@version .
if you want the latest, then just try npm install node-sass .
If you're getting access problem then:
Windows: command prompt in admin mode, then run the above.
Mac: sudo npm install node-sass.
ERROR in Cannot find module 'node-sass'
https://github.com/sass/node-sass/issues/603