jhmaster2000 / bun-repl

Experimental REPL for Bun
https://www.npmjs.com/package/bun-repl
MIT License
74 stars 8 forks source link

Import not working #2

Closed iloveitaly closed 1 year ago

iloveitaly commented 1 year ago

If I try to import a package installed with npm I get the following error:

ResolveError: Cannot find package "package-name" from /Users/mike/Projects/the-project/$bun$repl.ts

Any idea why? the package definitely exists and imports just fine with the node console.

jhmaster2000 commented 1 year ago

Could you retry in the new version 1.3.3? A lot of import-related bugs have been fixed on it.

If that still doesn't work, I will need some more details:

iloveitaly commented 1 year ago

It's fixed now! Thanks!!