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.61k stars 675 forks source link

System Error when running Ganache 2.5.4 on win32 #4270

Closed alvaro-bustamante-corominas closed 1 year ago

alvaro-bustamante-corominas commented 1 year ago

Hi, I tried to migrate a contract compilled with this settings on my truffle-config.js.

compilers: { solc: { version: "0.8.17", // Fetch exact version from solc-bin (default: truffle's version) settings: { optimizer: { enabled: true, runs: 200 }, viaIR: true, } } }

PLATFORM: win32 GANACHE VERSION: 2.5.4

EXCEPTION:

Error: EPERM: operation not permitted, watch
    at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:123:28)
jeffsmale90 commented 1 year ago

Thanks for raising this issue @bsneric! We have just released a new version of Ganache UI which fixes a bunch of issues! Can you please download v2.7.0 https://github.com/trufflesuite/ganache-ui/releases/tag/v2.7.0 and see if this fixes the issue?

If it's still a problem, can you please raise the issue in the new Ganache UI project https://github.com/trufflesuite/ganache-ui?