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

In my macOs Ventura, the global Yarn is 3.3.1, update before is v1, Volta version is 1.1.1, global Node version is 16.13.1. My some project Yarn version is 1.22.11 and...

What is the best way to know which packages have an update and update them? I am currently forced to do `volta list` then for each package listed `volta install...

needs RFC

Yarn actually has two bin files: ![image](https://user-images.githubusercontent.com/1330321/204769114-e5abf7df-2bdd-4caa-80d5-2a9c38b8f01a.png) And some tools are invoking `yarnpkg` instead: https://github.com/expo/expo-cli/issues/1455 So volta should also create a shim for `yarnpkg` to maintain compatibility.

enhancement
good first issue

Rust 1.64 introduced a really nice Cargo feature: [workspace inheritance](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html#cargo-improvements-workspace-inheritance-and-multi-target-builds): > When working with collections of related libraries or binary crates in one Cargo workspace, you can now avoid duplication...

infrastructure

# Problem ``` volta install yarn@1 success: installed and set [email protected] as default yarn -v zsh: command not found: yarn ``` From what I gather `yarn` executable is not being...

bug

pnpm allows using `package.json5` instead of `package.json`. The killer feature is that it supports comments. https://docs.rs/json5format/0.2.6/json5format/ could be used to read/write json5 while preserving comments.

enhancement

I'm trying to [install storybook](https://storybook.js.org/docs/react/get-started/install), using npx in a project using volta. I'm getting the error "Node is not available" when running VOLTA_LOGLEVEL=debug I'm getting: [verbose] Found default configuration at...

bug

I've formatted my PC and reinstalled everything again, including volta following the instructions and activating de developer mode. ![image](https://github.com/volta-cli/volta/assets/933393/d064e78f-b282-46e6-8b62-c8a5752aba98) I've tried the `npm link` command and does not show errors...

bug
windows

#### I am attempting to install Volta version 1.1.1 on my Linux system by running the command ``curl https://get.volta.sh | bash``. However, I am encountering the following error: ```{bash} Warning:...