Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

System Error when running Ganache 2.5.4 on win32 #3504

Open
HuiXianLuo opened this issue Nov 30, 2021 · 1 comment
Open

System Error when running Ganache 2.5.4 on win32 #3504

HuiXianLuo opened this issue Nov 30, 2021 · 1 comment

Comments

@HuiXianLuo
Copy link

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)
@nikbhintade
Copy link

The same error occurs on my machine.

The error occurs on running the deploy:local script:

{
  "scripts": {
    "clean": "rm -rf build",
    "compile": "yarn clean && truffle compile",
    "deploy:local": "yarn clean && truffle deploy development && cp build/contracts/ERC20Factory.json frontend/src/ABI/ABI.json"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^4.4.2"
  }
}

Just thought, I should add something that will help recreate the error.

Following is the whole error:

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants