You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ENOENT: no such file or directory, open 'C:\Users\higha\tribute-contracts\build\deployed/contracts-rinkeby-2022-03-22T21:51:08.609Z.json'
at Object.openSync (node:fs:585:3)
at Object.writeFileSync (node:fs:2157:35)
at saveDeployedContracts (C:\Users\higha\tribute-contracts\tasks\deploy.js:574:6)
at SimpleTaskDefinition.action (C:\Users\higha\tribute-contracts\tasks\deploy.js:81:5)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Environment._runTaskDefinition (C:\Users\higha\tribute-contracts\node_modules\hardhat\src\internal\core\runtime-environment.ts:217:14)
at async Environment.run (C:\Users\higha\tribute-contracts\node_modules\hardhat\src\internal\core\runtime-environment.ts:129:14)
at async main (C:\Users\higha\tribute-contracts\node_modules\hardhat\src\internal\cli\cli.ts:214:5) {
errno: -4058,
syscall: 'open',
code: 'ENOENT',
path: 'C:\\Users\\higha\\tribute-contracts\\build\\deployed/contracts-rinkeby-2022-03-22T21:51:08.609Z.json'
}```
The text was updated successfully, but these errors were encountered:
After running
$ npm run deploy rinkeby
Get the following after deploying the contracts
The text was updated successfully, but these errors were encountered: