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

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.16.2 to 0.17.0. Release notes Sourced from indicatif's releases. 0.17.0 indicatif is one of the most popular terminal progress bar libraries in the Rust ecosystem. More than...

dependencies

Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. Release notes Sourced from indicatif's releases. 0.17.0 indicatif is one of the most popular terminal progress bar libraries in the...

dependencies

Bumps [console](https://github.com/mitsuhiko/console) from 0.15.0 to 0.15.1. Changelog Sourced from console's changelog. 0.15.1 Enhancements ANSI support no longer depends on regex crate. Crate now supports minver. Commits 33ea3a2 0.15.1 cdd342d Validate...

dependencies

Hi all! Yarn's team lead just released a [blog post outlining the first stable release of version 2](https://dev.to/arcanis/introducing-yarn-2-4eh1). The [yarn docs](https://yarnpkg.com/) have also switched over to 2.0, with the old...

enhancement
question

Seems to be a fairly popular alternative to `npm` and `yarn`. Apologies if this has already been suggested but I couldn't find an existing issue. It would be great to...

needs RFC

nvm does [this](https://github.com/nvm-sh/nvm#use-a-mirror-of-node-binaries). And it will definitely help users who have internet connection issues.

question

This prevents needing to have unique volta configs or re-exports in every package.json file, as long as the package.json file is correctly using the spec for specifying respository volta can...

I imagine the scenario where you *want* to build from source will be pretty rare in the long run, but it occurred to me that it could be handy on...

enhancement
needs RFC

/home/shyim/.volta/bin/volta: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/shyim/.volta/bin/volta) ``` PRETTY_NAME="Debian GNU/Linux bookworm/sid" NAME="Debian GNU/Linux" ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ```

This PR is going to implement the first-class support for the pnpm package manager. Thanks to @mikrostew for the well-written https://github.com/volta-cli/rfcs/pull/46, I've been able to implement this feature initially. Most...