volta
volta copied to clipboard
Volta: JS Toolchains as Code. ⚡
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...
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.log ``` #### volta-error.log ``` "volta"...
  一个是有管理员权限一个是没管理员权限
# Implementation of man pages for Volta Solution for #1709 This PR adds support for generating man pages in Volta, using the `clap_mangen` crate. ## Key Changes - Added `clap_mangen`...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20. Changelog Sourced from clap's changelog. [4.5.20] - 2024-10-08 Features (unstable) Add CommandExt Commits 5034cab chore: Release b5b690c docs: Update changelog abba196 Merge pull request...
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.32 to 4.5.33. Commits 61f5ee5 chore: Release 3e65384 docs: Update changelog fca8f73 Merge pull request #5706 from shannmu/external_subcommand fc82a3e feat(complete): Support to complete custom external subcommand 6a09122...
I pitched this idea months ago, [buried in a different issue](https://github.com/volta-cli/volta/issues/1523#issuecomment-1908236258). But this is, to me, the single most important feature missing from Volta. ## Problem When attempting to download/install...
I find the sentence in the volta official website: > Currently, global installations (e.g. pnpm install -g) are not supported and will result in an error Is it mean that...

Does the windows installer need admin privileges? From the docs, I thought that enabling the developer mode should be enough to run volta. Is there a way to install volta...