It correctly launches the browser emulator with ionic serve
.
However, gulp watch
crashes on this exception...
/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`?
Strangely though npm rebuild node-sass
trips over itself with this error
gyp: .node-gyp/4.1.2/common.gypi not found
The issue was discussed here, suggests that npm@2.14.4
fixes the issue.
https://github.com/brianc/node-pg-native/issues/27
However, I'm running npm@2.14.6
.
I must be overlooking something trivial here or in issue 27. Can anyone see what it is?