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

# Info volta -v `1.0.5` volta ls ``` ⚡️ Currently active tools: Node: v16.13.0 (default) Tool binaries available: pm2, pm2-dev, pm2-docker, pm2-runtime (default) ``` node -v `v16.13.0` # Steps to...

Hi, In Volta v1.0.8, the `list` command outputs just ` (default)` for packages that do not have binaries as follows: ```shell % volta install node@latest vue success: installed and set...

I've been trying to resolve an "invalid hook call" error caused by duplicate versions of React. One of the [recommended solutions](https://reactjs.org/warnings/invalid-hook-call-warning.html#duplicate-react) is to run `npm link ../myapp/node_modules/react` from inside `mylib`....

bug

I can't install other node like node@12, node@14 on macbook pro m1 12.3 ``` "volta" "install" "node@14" Volta v1.0.8 Could not unpack Node v14.19.3 Please ensure the correct version is...

Currently the docs don't have anything on the preferred way to update the version. I'm assuming re-running the curl command is the preferred way, though it's not clear if this...

I installed https://github.com/nodejs/corepack. Normally corepack provide yarn binary, but using volta, yarn is linked to `volta-shim`. Volta has not compatibility for corepack?

enhancement
question

Currently I use iTerm with zsh and using volta from there works flawlessly, the problem start when I try to open the default macos terminal application (also with zsh), when...

I use node@12 and built-in npm. I'm trying to install the Yeoman generator: ``` npm install @microsoft/generator-sharepoint -g ``` At the last step I see an error `Volta error: Could...