trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.62k stars 683 forks source link

This shows while using truffle migrate "This version of µWS is not compatible with your Node.js build: Error: The specified module could not be found. \\?\C:\Users\ojham\AppData\Roaming\npm\node_modules\truffle\node_modules\ganache\node_modules\@trufflesuite\uws-js-unofficial\binaries\uws_win32_x64_93.node" #4520

Open manishojha3 opened 1 year ago

davidmurdoch commented 1 year ago

Update truffle to latest and use only node 16, 18, or 20.

manishojha3 commented 1 year ago

I tried this but again same ERROR occurred.

davidmurdoch commented 1 year ago

It's not actually an error, despite it saying so. So it's safe to continue, just a little annoying.

What exact version of node and truffle are you using?

manishojha3 commented 1 year ago

It's not actually an error, despite it saying so. So it's safe to continue, just a little annoying.

What exact version of node and truffle are you using?

Truffle v5.11.2 (core: 5.11.2) Ganache v7.9.0 Solidity - 0.8.21 (solc-js) Node v18.17.0 Web3.js v1.10.0

davidmurdoch commented 1 year ago

That's not the latest truffle or ganache. Update to latest and try again.