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
git clone -b node/module https://github.com/primatejs/playground && cd playground && bun run bun
What is the expected behavior?
No errors, like when running bun run node.
What do you see instead?
TypeError: module.register is not a function. (In 'module.register("./register.js", import.meta.url)', 'module.register' is undefined)
at /home/blue/projects/primatejs/playground/app.js:3:8
Additional information
Possibly not a bug but a feature request, unclear as per #798
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.24+85a329911
What platform is your computer?
Linux 6.10.5-arch1-1 x86_64 unknown
What steps can reproduce the bug?
git clone -b node/module https://github.com/primatejs/playground && cd playground && bun run bun
What is the expected behavior?
No errors, like when running
bun run node
.What do you see instead?
Additional information
Possibly not a bug but a feature request, unclear as per #798
The text was updated successfully, but these errors were encountered: