You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go-to folder and Build (cargo run --release -- --version)
Trying to use volt install command (./target/release/volt install)
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
The text was updated successfully, but these errors were encountered:
Describe the bug
volt install command not found
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/voltpkg/volt -b dev
)cargo run --release -- --version
)volt install
command (./target/release/volt install
)Expected behavior
Working package installation for projects with
package.json
The text was updated successfully, but these errors were encountered: