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

Like when installing esbuild, the error `'node' is not recognized as an internal or external command, operable program or batch file.` will be found during the postinstall script. I've found...

This came up for me when I runned winget update --all for Volta.Volta It's swedish, but I think you can find out. ![image](https://github.com/user-attachments/assets/b1712b8f-d86f-468f-a5f2-196e3f7aa19f)

I am running macOS 14.6.1 on an Apple M2 Max. I downloaded the v2.0.0 and v2.0.1 macos releases from the Releases tab. The executables `volta` and `volta-migrate` work. When I...

OS : Windows As I miss admin rights (MSI don't want to proceed without UAC), I downloaded ZIP and put the the binaries to the PATH. I run `volta setup`...

`volta pin node@8 --verbose` `[verbose] Loaded custom hooks file: /Users/local-admin/.volta/hooks.json` `[verbose] Using node.index hook to determine node index URL` `[verbose] Found valid cache of Node version index` `[verbose] Found [email protected]...

Volta is a game changer in local development, but I recently experienced yarn version mismatch between our production Docker image (using `node` image) and our shared local environment. So, we...

I currently use nvm for node version manager on macOS which is installed by brew. Is it possible to add a migration page on https://docs.volta.sh/guide/getting-started on how to migrate from...

We ran into an issue when calling `node -e ...` with a script that contains new lines. https://github.com/pulumi/pulumi/pull/16649 Repro: main.go: ```go package main import ( "fmt" "os/exec" ) func main()...

bug

In a project with a given tool installed locally (in this case, `ember-cli`)— - **Expected:** ```sh $ volta list ⚡️ Currently active tools: Node: v12.16.2 (current @ /Users/chris/dev/test/foo/package.json) Yarn: v1.22.4...

bug
good first issue

Currently `volta install node` works and it installs default npm version. But if I try to install custom npm version it breaks as copertate proxy has blocked npm registry and...