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
node-sass >4.7.0 breaks on Centos5 with the error "ELF file OS ABI invalid" on the libsass library. When running node-sass by itself, I can set the version back to 4.6.0 and things function correctly, however since node-sass-chokidar has not made any releases, I'm forced to checkout a particular commit to revert d017151.
See: sass/node-sass#2159
Since that one is a breaking change, could you please make a release 0.3.1 for that commit (and 0.3.0 for the prior checkin)? That way we can reference a specific version and avoid the issue.
The text was updated successfully, but these errors were encountered:
node-sass >4.7.0 breaks on Centos5 with the error "ELF file OS ABI invalid" on the libsass library. When running node-sass by itself, I can set the version back to 4.6.0 and things function correctly, however since node-sass-chokidar has not made any releases, I'm forced to checkout a particular commit to revert d017151.
See: sass/node-sass#2159
Since that one is a breaking change, could you please make a release 0.3.1 for that commit (and 0.3.0 for the prior checkin)? That way we can reference a specific version and avoid the issue.
The text was updated successfully, but these errors were encountered: