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
npx everdev sol create app
# replace uint128 amount to varuint16 amount
npx everdev sol set --compiler 0.74.0
npx everdev sol compile app.sol
Error: error: Found argument 'compile' which wasn't expected, or isn't valid in this context
USAGE:
tvm_linker <SUBCOMMAND>
For more information try --help
workaround
npx everdev sol create app
# replace uint128 amount to varuint16 amount
npx everdev sold set --version 0.74.0
export PATH=~/.everdev/sold:$PATH
sold app.sol
The text was updated successfully, but these errors were encountered:
workaround
The text was updated successfully, but these errors were encountered: