innova-re / ips

launchnavigator
3 stars 0 forks source link

Error: `libsass` bindings not found. Try reinstalling `node-sass` #28

Closed apierr closed 9 years ago

apierr commented 9 years ago

Lunching ionic server you can get the following error:

# ionic serve
Error: `libsass` bindings not found. Try reinstalling `node-sass`

You can fix this error by deleting the existing /node_modules directory and running npm update.

rm -rf /node_modules
sudo npm update