Skip to content
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

Version 1.0.14 stills not resolve node_modules with .ts and .js files #7282

Open
tuan-zigvy opened this issue Nov 23, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@tuan-zigvy
Copy link

tuan-zigvy commented Nov 23, 2023

What version of Bun is running?

1.0.14

What platform is your computer?

No response

What steps can reproduce the bug?

 bun run src/main.ts 
56 |         }
57 |       }
58 |       return new FixedQueue;
59 |     }();
60 | 
61 |     function processTicksAndRejections() {
                                                                               ^
SyntaxError: Export named 'FileUpload' not found in module '/home/tuan-dd/repos/booking-api/node_modules/graphql-upload/public/index.mjs'.
      at processTicksAndRejections (:61:76)

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

No response

@tuan-zigvy tuan-zigvy added the bug Something isn't working label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant