tronprotocol / tronweb

Javascript API Library for interacting with the TRON Network
MIT License
431 stars 272 forks source link

Error "Cannot find module '@noble/secp256k1'" keeps appearing #533

Closed mayorityz closed 2 months ago

mayorityz commented 3 months ago

"exception":true,"level":"error","message":"uncaughtException: Cannot find module '@noble/secp256k1'

I am using the TronWeb package in my nodejs app, all was fine until today, where i am getting this error in my logs

when i install this package, i get a new error, "error":{"code":"ERR_REQUIRE_ESM"},

start940315 commented 2 months ago

Please install @noble/secp256k1@1.7.1 instead.

npm install @noble/secp256k1@1.7.1