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
DFX can't build my project, because before every dfx deploy ..., it's automatically called dfx generate that leads to the error:
Error: Failed while trying to generate type declarations for 'bootstrapper_frontend'.
Caused by: Candid file: /home/porton/Projects/icp-package-manager/.dfx/local/canisters/bootstrapper_frontend/assetstorage.did doesn't exist.
But the way to create assetstorage.did is to run dfx generate ... that is, as I described above, is interrupted.
I also noticed, that scripts/prebuild was removed from the schema, so I can't neutralize the dangerous dfx generate command running.
The text was updated successfully, but these errors were encountered:
DFX can't build my project, because before every
dfx deploy ...
, it's automatically calleddfx generate
that leads to the error:But the way to create
assetstorage.did
is to rundfx generate ...
that is, as I described above, is interrupted.I also noticed, that
scripts/prebuild
was removed from the schema, so I can't neutralize the dangerousdfx generate
command running.The text was updated successfully, but these errors were encountered: