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
I ran nargo new simple to make a quick project for testing and expected it to generate a new Noir project with a Nargo.toml and main file. I should be able to do this outside of an existing Noir project.
Bug
I instead got this error:
maximvezenov@MacBook-Air test_data % nargo new fail_simple
Error: cannot find a Nargo.toml in /Users/maximvezenov/Documents/dev/noir-lang/noir/crates/nargo/tests/test_data
Location:
crates/nargo/src/cli/mod.rs:67:26
To reproduce
Run nargo new and you will see it can only be done inside of an existing Noir project
Installation method
Compiled from source
Nargo version
nargo 0.3.2
@noir-lang/noir_wasm version
No response
@noir-lang/barretenberg version
No response
@noir-lang/aztec_backend version
No response
Additional context
No response
Submission Checklist
Once I hit submit, I will assign this issue to the Project Board with the appropriate tags.
The text was updated successfully, but these errors were encountered:
Aim
Tried to generate a new project using
nargo new
.Expected behavior
I ran
nargo new simple
to make a quick project for testing and expected it to generate a new Noir project with aNargo.toml
and main file. I should be able to do this outside of an existing Noir project.Bug
I instead got this error:
To reproduce
nargo new
and you will see it can only be done inside of an existing Noir projectInstallation method
Compiled from source
Nargo version
nargo 0.3.2
@noir-lang/noir_wasm version
No response
@noir-lang/barretenberg version
No response
@noir-lang/aztec_backend version
No response
Additional context
No response
Submission Checklist
The text was updated successfully, but these errors were encountered: