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.

Home Page: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_

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

manishojha3 opened this issue · comments

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

I tried this but again same ERROR occurred.

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?

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

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