I am trying to run angular application and execute ng serve command then show
Error: Cannot find module \'node-sass\'.
I am working ionic and have this issue so I solved this by move one folder back and run command.
sudo chmod -R 777 project-directory
after this npm install node-sass --save
npm install node-sass --save