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

Module '@node-rs/bcrypt-wasm32-wasi' not found in nextjs 15 with bun #964

Open
lostish opened this issue Jan 27, 2025 · 0 comments
Open

Comments

@lostish
Copy link

lostish commented Jan 27, 2025

I installed @node-rs/bcrypt to my project to replace bcryptjs and @types/bcryptjs, as I was interested in how much faster it is than bcryptjs. But I get this error:

Module not found: unable to resolve '@node-rs/bcrypt-wasm32-wasi'.
> 1 | export * from '@node-rs/bcrypt-wasm32-wasi'.

and I have checked the other topics, but I am confused if the solution mentioned in #792 can be applied in the bun environment or if @node-rs/bcrypt can be used with bun correctly.

I would appreciate your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant