Hello everyone,
I followed the docs to start development on Aztec. I’m running this command on this machine:
Description: Linux Mint 22.1 (debian)
Release: 22.1
Codename: xia
Architecture: x86_64
Node.js version: v18.20.5
Docker installed on my machine but when I run the command it gives me:
$ aztec-nargo new --contract counter (05-08 10:38)
The application panicked (crashed).
Message: called `Result::unwrap()` on an `Err` value: IoError(Os { code: 13, kind: PermissionDenied, message: "Permission denied" })
Location: tooling/nargo_cli/src/cli/init_cmd.rs:72
This is a bug. We may have already fixed this in newer versions of Nargo so try searching for similar issues at https://github.com/noir-lang/noir/issues/.
If there isn t an open issue for this bug, consider opening one at https://github.com/noir-lang/noir/issues/new?labels=bug&template=bug_report.yml
Can someone help me?