-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Cannot find module node:child_process #7600
Comments
It's running in Node.js, and probably a very old version of Node.js which predates support for the |
how is it running in Node.js?? as you can see, I wrote |
This is because |
ah, I see, you mean this, which runs this at install, yes?
so like, a I'm sure that's a lot of work. I'm not sure how much of Presumably you'd run into similar problems with scripts that run aggregate This is the price of forking the ecosystem, I suppose... sort of off-topic, but did it ever occur to you to just keep the command names and CLI syntax as close to compatible with existing tools as possible? I mean, if you want to leverage the existing package ecosystem, that would be the most direct way to do it, wouldn't it? |
What version of Bun is running?
1.0.17
What platform is your computer?
Linux 5.15.133.1-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
What is the expected behavior?
Package should be installed
What do you see instead?
Additional information
It looks like support for
node:child_process
was added earlier, but for some reason not working anymore?The text was updated successfully, but these errors were encountered: