Can't install node-sdl
using bun
. But can run a script using bun
if I install with npm
#9220
Labels
bug
Something isn't working
What version of Bun is running?
1.0.28+705638470
What platform is your computer?
Linux 6.5.0-21-generic x86_64 x86_64
What steps can reproduce the bug?
package.json:
Then just run
bun i
andbun index.js
What is the expected behavior?
It should run
index.js
What do you see instead?
Additional information
If I install it with
npm
(runningnpm i
) and then runbun index.js
, it will run!The text was updated successfully, but these errors were encountered: