You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Depending on node-sass@^1.2.3 causes issues with node v0.12 (and probably io.js as well); you can't install express-minify because the installation script for node-sass fails. If I clone express-minify locally and change the dependency in package.json to ^2.0.1 then everything installs correctly. The error has to do with the fact that node-sass has a C++ binding that needs to be rebuilt correctly for v0.12.
I can't speak for whether that causes breaking changes (my application doesn't use sass, and I don't see a changelog in the node-sass repo), but it'd be nice if express-minify could have that dependency updated so I don't have to fork it just to get it working on v0.12.
The text was updated successfully, but these errors were encountered:
Hello,
Depending on
node-sass@^1.2.3
causes issues with node v0.12 (and probably io.js as well); you can't installexpress-minify
because the installation script fornode-sass
fails. If I cloneexpress-minify
locally and change the dependency inpackage.json
to^2.0.1
then everything installs correctly. The error has to do with the fact thatnode-sass
has a C++ binding that needs to be rebuilt correctly for v0.12.I can't speak for whether that causes breaking changes (my application doesn't use sass, and I don't see a changelog in the
node-sass
repo), but it'd be nice ifexpress-minify
could have that dependency updated so I don't have to fork it just to get it working on v0.12.The text was updated successfully, but these errors were encountered: