For some reasons, current node-sass's dependency (^3.10.1) is rebuilt each time it is installed (observed on Mac OS X Sierra with npm 5.0.3 and node 8.0.0).
When installed through other similar plugins (e.g. node-plugin-sass or node-plugin-collect-sass) this does not happen. It seems they are using node-sass 4 instead of 3. Is there any reason why this plugin is stuck on 3? Updating node-sass may be an easy fix to this issue.
For some reasons, current node-sass's dependency (^3.10.1) is rebuilt each time it is installed (observed on Mac OS X Sierra with npm 5.0.3 and node 8.0.0).
When installed through other similar plugins (e.g.
node-plugin-sass
ornode-plugin-collect-sass
) this does not happen. It seems they are usingnode-sass
4 instead of 3. Is there any reason why this plugin is stuck on 3? Updatingnode-sass
may be an easy fix to this issue.