Issue when run ionic serve

Resolved it with the help of this post on Stackoverflow

Use the below command to install node-sass

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