elliptic
elliptic copied to clipboard
Cannot find module '../package.json'
Been using the elliptic package in my Nuxt app for a couple months without issues and suddenly getting the following error when trying to run the app:
ERROR [nuxt] [request error] [unhandled] [500] Cannot find module '../package.json' Require stack: C:\Users\xxxx\my-app\elliptic
I've confirmed the error doesn't occur if I remove the package and the methods that use it. I also tried using bun, yarn and npm and I get the same error. I also rolled back to a previous version of nuxt that worked and get the same message. Also, I'm on Windows.
Anyone know what the issue could be? Appreciate any help.