volta
volta copied to clipboard
Volta: JS Toolchains as Code. ⚡
Can you please add this somewhere in the docs for people that are still using the heavyweight Visual Studio? -- If you are managing your NPM version with Volta, but...
Hi everyone! I found this feature very useful in the [GitHub CLI application](https://github.com/cli/cli/blob/trunk/internal/update/update.go) and [npm](https://github.com/npm/cli/blob/latest/lib/utils/update-notifier.js). What do you think about adding it in volta? Ready-made crates to do that: *...
I'm getting this error when I install a particular package: ``` ENOENT: no such file or directory, chmod '/Users/newuser/.volta/tmp/image/packages/.tmpwBFvnB/lib/node_modules/@airtable/blocks-cli/node_modules/loose-envify/cli.js' ``` How to replicate: ``` volta install @airtable/blocks-cli ``` Complete output:...
`volta list` seems to show blank entries for globally-installed packages which don't include binaries. Note the first two tool binaries entries below: ``` % volta list ⚡️ Currently active tools:...
Closes #987 Info ----- * Node now ships with Corepack, which is an alternative way to manage your package manager using a similar shim method to Volta. * However, we...
The Deno team [just released](https://twitter.com/deno_land/status/1257407478251347968) their first RC and they are aiming to release the final version on May 13th.Would be nice to have support for Deno on Volta. For...
Hi, I don't know why but volta seems to not parsed arguments when we use the sys of `npm link` I'll explain, there is my code : ```js const [,,...
When working in a Docker context on an Apple Silicon Mac, it is common to use the `alpine` image. When I want to install Node.js on this image, I may...
If you try to use modules from sibling directories to the current one, npm allows you to specify a relative path to create a link. It appears that volta disallows...
Suggested in #569: A command, analogous to [`n ls-remote`](https://github.com/tj/n#miscellaneous) that will show which versions of a given tool are available in the remote repository. We can likely take a version...