volt icon indicating copy to clipboard operation
volt copied to clipboard

volt install command not found

Open dalisoft opened this issue 1 year ago • 0 comments

Describe the bug volt install command not found

To Reproduce Steps to reproduce the behavior:

  1. Clone repo (git clone https://github.com/voltpkg/volt -b dev)
  2. Go-to folder and Build (cargo run --release -- --version)
  3. Trying to use volt install command (./target/release/volt install)
  4. See error
❯ ./target/release/volt install
error: Found argument 'install' which wasn't expected, or isn't valid in this context

USAGE:
    volt [OPTIONS] <SUBCOMMAND>

For more information try --help
volt on  dev is 📦 v0.0.3 via ⬢ v19.6.0 via 🦀 v1.67.0 
❯ 

Expected behavior Working package installation for projects with package.json

  • OS: [e.g. iOS] macOS 13.1
  • Version [e.g. 22] volt 0.0.3

dalisoft avatar Feb 04 '23 14:02 dalisoft