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
Hi, I tried to run forge-deploy gen-deployer or forge-deploy gen-deployer --output ./generated --sources ./src
and I got the following error
thread 'main' panicked at 'called Option::unwrap() on a None value', cli/src_artifacts.rs:156:76
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
error Command failed with exit code 101.
I note that this is popped for both latest forge-deploy@^0.2.0" and forge-deploy@^0.1.0" in https://github.com/wighawag/template-foundry. Also, I tried both for cargo and npm
Thanks
The text was updated successfully, but these errors were encountered:
Ratimon
changed the title
Issue wirh gen-deployer
Issue with gen-deployer
Jun 12, 2023
Hi, I tried to run
forge-deploy gen-deployer
orforge-deploy gen-deployer --output ./generated --sources ./src
and I got the following error
I note that this is popped for both latest forge-deploy@^0.2.0" and forge-deploy@^0.1.0" in
https://github.com/wighawag/template-foundry
. Also, I tried both forcargo
andnpm
Thanks
The text was updated successfully, but these errors were encountered: