-
Notifications
You must be signed in to change notification settings - Fork 15
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
An NPM installer #76
Comments
Agreed*. In the past, we had to really jump through some hoops to get this binary into our environment--like Heroku. I had to build an *Disagreements: while this does help some setups and team, in the larger scope, delivering binaries via NPM is kind of anti-pattern--and NPM not having checksums means it's not a reliable tool when you could snipe an email and publish malicious code; in newer contracts/teams, we've avoided NPM as much as possible. Really our setups should be robust enough that adding another binary isn't seen as an issue to overcome. PureScript is PureScript, a tool separate and not inside of the Node ecosystem (though in practice has a lot of overlap). There's also a lot of caveats to consider::
These are real problems that would need to be solved. One could go the route of compiling a staticly-linked binary with If it were me and I had infinite knowledge and time (lol), providing a Between Nix, static bins, and containers, a lot more of the deployment space would be covered than bothering with NPM. |
Being able to install via NPM would probably be nice and lower the barrier to using zephyr
The text was updated successfully, but these errors were encountered: