-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
foc-localnet(main)*$ cargo run -- init
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
Running `target/debug/foc-localnet init`
INFO src/poison.rs:74: Poison file created at: /Users/will/.foc-localnet/state/.poison
INFO src/commands/init/mod.rs:111: Initializing foc-localnet environment...
INFO src/commands/init/mod.rs:32: Cleaning up previous installation...
INFO src/commands/init/mod.rs:37: Removing /Users/will/.foc-localnet
INFO src/commands/init/mod.rs:39: Removed previous foc-localnet installation
INFO src/commands/init/mod.rs:45: Removing existing foc-localnet Docker images
ERROR src/main.rs:72: Command failed, poison file left in place for safety: No such file or directory (os error 2)
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
After addressing #28 by creating the artifacts, I get another failure related to a file NotFound, though the error doesn't say which file. After investigating, I think the missing file is docker. Should prompt user to install docker in this situation.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📌 Triage