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
The initial installation of local-setup is successful, but there are problems reinstalling coverage-pools (e.g. after making some changes in coverage-pool's smart contracts).
When running ./install-coverage-pools.sh, the following error appears:
Error: ERROR processing /Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:
Error: deployed KeepToken contract not found
at Object.<anonymous> (/Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:14:11)
at step (/Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:33:23)
at Object.next (/Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:14:53)
at fulfilled (/Users/tslabon/projekt/local-setup/coverage-pools/deploy/00_resolve_keep_token.ts:5:58)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
The only workaround is to simply clean the whole local-setup repo and begin installation all over again which is a very lengthy process.
It seems artefacts linked from other repositories cannot be found during smart contract deployment, but the artefacts seems to be present in coverage-pools's node_modules directory.
The text was updated successfully, but these errors were encountered:
The initial installation of
local-setup
is successful, but there are problems reinstallingcoverage-pools
(e.g. after making some changes incoverage-pool
's smart contracts).When running
./install-coverage-pools.sh
, the following error appears:The only workaround is to simply clean the whole
local-setup
repo and begin installation all over again which is a very lengthy process.It seems artefacts linked from other repositories cannot be found during smart contract deployment, but the artefacts seems to be present in
coverage-pools
'snode_modules
directory.The text was updated successfully, but these errors were encountered: