zksync-era icon indicating copy to clipboard operation
zksync-era copied to clipboard

Error when running `zk init` in `main`

Open ilitteri opened this issue 1 year ago • 0 comments

🐛 Bug Report

📝 Description

There's an error when you run zk init in the main branch.

🔄 Reproduction Steps

Path 1

  1. Clone the repo.
  2. Setup zk.
  3. Run zk init.

Path 2

  1. Clone the repo.
  2. cd into infrastructure/zk.
  3. yarn install.
  4. yarn build.
  5. yarn start init.

🤔 Expected Behavior

zk init should not fail.

😯 Current Behavior

zk init is failing.

🖥️ Environment

📋 Additional Context

📎 Log Output

docker: Error response from daemon: create ./volumes: "./volumes" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
See 'docker run --help'.
Error: Child process exited with code 125
error Command failed with exit code 1.

ilitteri avatar Dec 14 '23 15:12 ilitteri