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

Right now the requests are being mocked, but the returned file is not a valid archive. This should be updated to use an actual http file server.

code quality

Some tools (e.g. Ember CLI) allow you to specify your user-level preferences for what package manager to use with them (e.g. via a `.ember-cli` file in your user directory). If...

error messages

Win10 I am already using NodeJS, & am interested in trying out Volta (keep flipping back & forth between v16.x & v17). Do I need to completely remove Node &...

question

The `volta install` command is a fairly common point of confusion for new users in two ways: 1. It's overloaded: `volta install` both fetches a new version _and_ changes the...

enhancement
needs RFC

When running a shim, Volta will walk up the directory tree to find the closest available `package.json` file to use as the project, with one exception: When the immediate parent...

enhancement
good first issue

We are currently using [NVM](https://github.com/nvm-sh/nvm) in our monorepos, but it is frustrating that NVM does not support Windows. Instead, you need to install a separate tool `nvm-windows` for Windows machines....

enhancement

For scripting convenience in Windows, please consider registering volta with WinGet Registry instructions at https://docs.microsoft.com/en-us/windows/package-manager/package/ Relates to #743 #13 Workaround -------------- Powershell commands (elevated user) ### Enable Developer Mode ```powershell...

https://github.com/pandemicGander/volta_issue Repo shows how to re-create the issue - run the script directly, followed by yarn e.g. ``` (base) ➜ noder git:(master) ./runner.sh ---- root folder ---- node version from...

I'm on a raspberry pi and so pre-built binaries are not available. However, a quick glance at the source code and I don't see instructions on how to build this.

This breaks: ``` npm install @package-scope/package-name --registry https://my.package-registry.com/api note: Volta is processing each package separately npm WARN invalid config registry="@package-scope/package-name" set in command line options npm WARN invalid config Must...