contracts-rink2T18:14:32.308Z.json does not exists #522
Unanswered
sachindefi07
asked this question in
Bugs / Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using tribute dao framework and after following the documentation, compiling and deploying the contracts I am getting this error. I checked my tribute-contracts/build/deployed folder but it turned out to be empty.
Error: ENOENT: no such file or directory, open 'C:\PROJECTS\daoworks\tribute-contracts\build\deployed/contracts-rink2T18:14:32.308Z.json'
at Object.openSync (fs.js:498:3)
at SimpleTaskDefinition.action (C:\PROJECTS\daoworks\tribute-contracts\tasks\deploy.js:81:5)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Environment._runTaskDefinition (C:\PROJECTS\daoworks\tribute-contracts\node_modules\hardhat\src\internal\core\runtime-environment.ts:217:14) l\core\runtime-environment.ts:217:14) environment.ts:129:14)
at async Environment.run (C:\PROJECTS\daoworks\tribute-contracts\node_modules\hardhat\src\internal\core\runtime-environment.ts:129:14)
at async main (C:\PROJECTS\daoworks\tribute-contracts\node_modules\hardhat\src\internal\cli\cli.ts:214:5) {
errno: -4058,
syscall: 'open',
code: 'ENOENT',
path: 'C:\PROJECTS\daoworks\tribute-contracts\build\deployed/contracts-rinkeby-2022-03-12T18:14:32.308Z.json'
}
Beta Was this translation helpful? Give feedback.
All reactions