Try reinstalling `node-sasson node 


Error encountered when running npm problem: Error: `libsass` bindings not found. Try reinstalling `node-sass`?

Solution:
1. Try rebuild the node-sass:
npm rebuild node-sass
2. Try reinstall gulp-sass if you are using node.js 4.x:
npm uninstall --save-dev gulp-sass

npm install --save-dev gulp-sass@2

留言

這個網誌中的熱門文章

Disable ionic's sidemenu content drag to toggle menu

Multiple writable mappings exist for the field. Only one may be defined as writable, all others must be specified read-only.

java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/datatype/XMLGregorianCalendarImpl$Parser