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

Today Bitdefender is blocking volta.exe (and the relevant .msi file) version 2.0.2, reporting the following malware name File: volta.exe Detected malware: Gen:Variant.Lazy.666442 SHA256 Hash: AEF7077CE89D56DB9294D721AB5E194A3A5242BA9D1DA3BE0EB9733323145972 Any ideas?

For minimal reproduction: 1. Create a new npm package.json `npm init --yes` 2. Edit the package with an empty volta configuration `"volta": {}` 3. Attempt to pin anything with volta...

@gautamprikshit1 @chriskrycho [PR #1537](https://github.com/volta-cli/volta/issues/1537) is causing a bug with brew When running `vite setup` I expect volta bin path `/Users/username/.volta/bin` to be added before brew bin path `/opt/homebrew/bin`. But instead...

Thank you for a great tool. I'm trying to manage Nodejs version under my personal environment with Volta but when I extend use of Volta to my work environment, it...

C:\Users\Administrator>volta install node@latest thread 'main' panicked at C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\attohttpc-0.28.0\src\request\builder.rs:54:41: invalid url or method: Error(InvalidBaseUrl) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

C:\Users\Administrator>volta install [email protected] success: installed and set [email protected] (with [email protected]) as default note: node is shadowed by another binary of the same name at C:\Users\Administrator\AppData\Local\fnm_multishells\21116_1741342342025\node.exe. To ensure your commands work...

Volta don't support `.node_version` file, but the most node.js utilities using it. What do you think about it? I'm ready to implement

Removes the unnecessary references.

I have Ubuntu 24.04 with zsh installed in WSL2 and was following a guide on node site: https://nodejs.org/en/download ``` # On most Unix systems including macOS, you can install with...