Closed anemochore closed 3 months ago
Do you also experience this with other CLI-based packages ran via bunx
?
Some examples to try:
bunx --bun cross-env FOO=1 echo hi
bunx --bun tsx
If yes, it isn't a REPL specific bug but rather a bunx
bug which should be reported on the Bun repository.
bunx
gives the same error. :( I'll report this to bun repo. Thank you.
I'm using win 11, and I've installed Bun today (1.1.21). When I run
bun repl
, the error occurs and it won't run:My
%TEMP%
isd:\Temp
. Obviously,bun repl
tries to mix relative and absolute paths wrongly. Workaround is set my%TEMP%
to some relative path like.
or..\
or whatever.I don't know where to report to fix this trivial issue. Bun itself is running without problems. Any suggestions?