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 Sep 9, 2024. It is now read-only.
It seems like this library expects a user to have Python and some windows tools installed to compile the library. Node-sass includes some precompiled binaries for popular platforms https://www.npmjs.com/package/node-sass#rebuilding-binaries
Any chance this library can implore similar tactics to make it easier to adopt this in JS Ecosystem? Many of my users don't have python on their machines as they use Node and JS exclusively. In addition, some of our production boxes don't have the required tools either.
This library is definitely really worth the speed and performance gains over Node's built in zlib and gzip, but it might be impossible to use due to extra requirements.
The text was updated successfully, but these errors were encountered:
I agree with you, unfortunately I dont have the time anymore for this kind of work.
I still maintain this library so that it remains compatible with Nodejs but that's about it.
I do welcome pull request though!
It seems like this library expects a user to have Python and some windows tools installed to compile the library. Node-sass includes some precompiled binaries for popular platforms https://www.npmjs.com/package/node-sass#rebuilding-binaries
Any chance this library can implore similar tactics to make it easier to adopt this in JS Ecosystem? Many of my users don't have python on their machines as they use Node and JS exclusively. In addition, some of our production boxes don't have the required tools either.
This library is definitely really worth the speed and performance gains over Node's built in
zlib
andgzip
, but it might be impossible to use due to extra requirements.The text was updated successfully, but these errors were encountered: