After running:
ionic setup sass
And installing all dependencies, when I try to start gulp
, I have this error instead:
/Users/user/Sites/ionic/project/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:22
throw new Error('`libsass` bindings not found. Try reinstalling `node-sass`?');
^
Error: `libsass` bindings not found. Try reinstalling `node-sass`?
I'm trying to reinstall node-sass, but no success so far. Any idea on how to fix this issue?
Thanks!