Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: found argument 'compile' which wasn't expected, or isn't valid in this context #193

Closed
ilyar opened this issue Jun 20, 2024 · 3 comments

Comments

@ilyar
Copy link
Contributor

ilyar commented Jun 20, 2024

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
@AlirezaEthDev
Copy link

Hi!
Did you solve this issue? I have same that now!

@ilyar
Copy link
Contributor Author

ilyar commented Oct 15, 2024

@AlirezaEthDev #194

@ilyar ilyar closed this as completed Oct 15, 2024
@Keong96
Copy link

Keong96 commented Nov 17, 2024

so whats the solution????????????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants