Closed apierr closed 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.
/node_modules
npm update
rm -rf /node_modules sudo npm update
Lunching ionic server you can get the following error:
You can fix this error by deleting the existing
/node_modules
directory and runningnpm update
.