-
Notifications
You must be signed in to change notification settings - Fork 55
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
no such file or directory node_modules/tiny-secp256k1/lib/secp256k1.wasm #116
Comments
This sounds like a Nuxt issue. I just npm installed the latest version and the file is there:
|
I have looked over bitcoinerlab's library and it seems fine. If that works, it should be fine. |
Hello, did you solve the problem? |
@Demiduska I'm using https://github.com/bitcoinerlab/secp256k1 package |
Unfortunately, I have internal libraries, which use tiny-secp256k1. |
Digital Ocean. |
Thank you, I rewrote the code for https://github.com/bitcoinerlab/secp256k1 package and it starts working. |
Which one is the best |
I'm using tiny-secp256k1 and bitcoinjs-lib with Nuxt 3 (Nitro server engine): https://nuxt.com/docs/guide/concepts/server-engine
With
npm run dev
works correctly, but withnpm run build && npm run start
I get:What could be the issue?
As of now, I resolved using https://github.com/bitcoinerlab/secp256k1
Is this the way to go?
The text was updated successfully, but these errors were encountered: