This repository was archived by the owner on Jan 22, 2021. It is now read-only.
This repository was archived by the owner on Jan 22, 2021. It is now read-only.
0.4.1 crashes on startup: libsass bindings not found #15
Closed
Description
As of 0.4.1, this error is thrown:
Error: `libsass` bindings not found. Try reinstalling `node-sass`?
According to google, people usually reinstall node-sass
to solve this. I'm not sure why the error came in 0.4.1, since that release didn't touch any dependencies at all.
I could look into upgrading to latest node-sass
(0.3.x).