volta icon indicating copy to clipboard operation
volta copied to clipboard

Volta: JS Toolchains as Code. ⚡

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

Hello! I want to specifically install and use 32-bit version of Node.js for an electron project. I couldn't find any open or closed GitHub issue in this repository around that...

enhancement
needs RFC

when we use nvm we could set node 32 bit like this: ``` nvm install 12.22.10 32 nvm use 12.22.10 32 ``` How to set node arch using volta

When installing npm packages globally (`npm install -g`), volta seems to isolate each package into a sandbox, where it has its own `node_modules` directory. With [`prettier`](https://prettier.io/), there's a number of...

Hi! Sorry if this was mentioned in another place (I didn't find an existing Issue). Are there plans to natively support Volta builds for Windows on Arm?

`volta setup` takes care of volta being at the front of the path. However: 1) I hand-maintain my `.profile` 2) [What if two programs did this?](https://devblogs.microsoft.com/oldnewthing/20050607-00/?p=35413) Today I found out...

enhancement
delight

uname -r output: ``` 2.6.32-754.18.2.el6.x86_64 ``` Error output: ``` Installing latest version of Volta (1.0.8) Checking for existing Volta installation Fetching archive for Linux, version 1.0.8 ######################################################################## 100.0% curl: unknown...

From a discussion on Discord, along with the multiple questions we've had around using `engines` instead of the custom `volta` key in `package.json`: One possible way to improve interoperability and...

enhancement
needs RFC

tl;dr: **can you make pinning yarn optional even if node is pinned?** I really like volta but I have this issue all the time. Our repos use `yarn policies set-version`...

% curl --insecure https://get.volta.sh | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12319 100 12319 0 0...

Tried installing volta with curl and bash on WSL (distro Ubuntu-22.04), but gzip says there is a syntax error, and two unknown objects not found. ``` % Total % Received...