volta icon indicating copy to clipboard operation
volta copied to clipboard

Volta: JS Toolchains as Code. ⚡

Results 322 volta issues
Sort by recently updated
recently updated
newest added

`volta uninstall PACKAGE_NAME` doesn't actually remove the package. It just removes the symlink in volta/bin folder. ``` ➜ volta uninstall @anthropic-ai/claude-code Removed executable 'claude' installed by '@anthropic-ai/claude-code' success: package '@anthropic-ai/claude-code'...

I've installed [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview#install-and-authenticate) using `npm install -g @anthropic-ai/claude-code`. This works (I can start it with `claude`), but within Claude Code, Volta appears to change the PATH. Specifically, if I...

- Win11 - [email protected] - [email protected] ``` PS D:\work\newsnow> volta -v 2.0.2 ``` volta is installed by scoop. ``` PS D:\work\newsnow> npm i -g pnpm --verbose note: using Volta to...

i use zip to install volta because msi needs admin on windows. then i got cannot find command node. Please ensure that xxx/volta is available on your Path.

Volta requested I provide the following content as an error report having enabled debug mode. I was trying to install the Bump CLI. ``` VOLTA_LOGLEVEL=debug ❯ npm install -g bump-cli...

Hi there, would it be possible to let volta's pin command update/set the node version within the new **devEngines** block of package.json? That way we would have consistency between local...

Support for `.node-version` file in accordance with https://github.com/volta-cli/rfcs/pull/54. Extended on https://github.com/volta-cli/volta/pull/1974: - Fixed naming `.node_version` -> `.node-version` - Support for optional leading `v` and ignoring line endings

fixed local binary not found, use global version. to resolve: * https://github.com/volta-cli/volta/issues/1293 * https://github.com/volta-cli/volta/issues/1227 * https://github.com/volta-cli/volta/issues/1046 and another ones issue.

Now `volta` creates own property `volta` and uses only it. It would be extremely convenient if `volta` have a look for `volta` prop first and if it's not found it...