-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worth updating the README.md to mention that this is not cross-platform #197
Comments
I got the same error... |
Im on termux |
WSL is not a Linux, it's situation when you're virtualizing Linux's distribution After that just install required staff on your distribution, because Ubuntu is not full to support everything For example:
OR if you want to have a workability from the box just use Docker/Podman I think it's not required to be added to documentation, because each distribution of Linux (and WSL wrapper) provides own definition of what's installed and provisioned out of the box Have a fun! |
It looks like you didn't fully read the original comment, which is about the fact that it doesn't run on Windows. |
Node and NPM are cross-platform, so if it's on npm, folks expect things to work regardless of whether they're (forced to) work with Windows or Linux/BSD (including macos). Since this project is heavily dependent on shell scripting and standard unix tools, Windows users are SoL, and it would be nice if the README.md could be updated to make it clear that this won't work on Window, even if it works in WSL, which is not Windows but just another way to virtualize/emulate a different OS.
(although in this case it also doesn't work in WSL using Node 20, citing
/home/yourusername/.npm/_npx/61069fd06d154ce3/node_modules/@fathyb/carbonyl-linux-amd64/build/carbonyl: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
)The text was updated successfully, but these errors were encountered: