-
Simple Node Run JS configuration, uses volta - node interpreter set to `~/.volta/bin/node`
mirrord seems to fail to load
in package.json
```json
"volta": {
"node": "20.15.0",
"…
-
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 decided…
-
I wanted to do some extra caching of volta binaries
```
FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jdk AS volta
USER ubuntu
ENV VOLTA_HOME=/home/ubuntu/.volta
ENV PATH=$VOLTA_HOME/bin:$…
-
Hi!
I've been using volta for some time and really enjoy it.
Since some days/weeks, volta install appears to be very slow in my environment. For example the command `volta install bun` takes 3 m…
-
**Describe the bug**
When installing on Windows with Node already installed (globally, or using Volta), there's no way to prioritize NVM Desktop, because the shims are placed in `%UserProfile%\.nvm…
-
Submitting issues is great. The workflow is very clean, but it doesn't allow for the use of the issue templates in the repository :(
-
Tried this:
```sh
❯ volta install node@latest
error: Could not unpack Node v22.9.0
Please ensure the correct version is specified.
Error details written to /home/user/.volta/log/volta-error.l…
-
We do not currently supply man pages for Volta. However, it would be *relatively* straightforward to implement using [the `clap_mangen` crate](https://crates.io/crates/clap_mangen), since we already u…
-
My machine got messed up so I went looking and I believe the code is [here](https://github.com/volta-cli/volta/blob/v2.0.1/src/command/setup.rs#L236-L266). The [`setx`](https://learn.microsoft.com/en-…
ofek updated
15 hours ago
-
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 run `volta-shim` (…