dimensionhq / volt

An experimental package management tool for JavaScript. Upto 30x faster installation of dependencies using pre-flattened dependency trees.
https://voltpkg.com
Apache License 2.0
910 stars 26 forks source link

volt install command not found #62

Open dalisoft opened 1 year ago

dalisoft commented 1 year ago

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