volta
volta copied to clipboard
Volta: JS Toolchains as Code. ⚡
volta list ⚡️ Currently active tools: Node: v18.17.1 (default) npm: v9.6.7 (default) Yarn: v4.0.1 (default) Tool binaries available: (default) ng (default) github-copilot-cli (default) nest (default) taro (current @ /Users/wangyingchen/Desktop/taroRn/package.json) vue...
**Is your feature request related to a problem? Please describe.** I would like to use Volta to install tools from a git repository, such as github, gist, or any other...
Running `npm install -g --dry-run ` [should not actually install anything](https://docs.npmjs.com/cli/v10/commands/npm-install#dry-run). Volta's npm shim doesn't honor the `--dry-run` flag and does the actual install. ``` → volta ls yarn ⚡️...
### **Description**: I propose integrating [NSolid](https://github.com/nodesource/nsolid) as an alternative to the standard Node list within Volta-CLI. NSolid is an open-source fork of Node.js, enriched with advanced performance metrics and optimization...
Can't install node with volta, but every other tool (native, nvm, etc.) works. Is it a cert issue? --- **SYSTEM** ```shell ProductName: macOS ProductVersion: 13.3 BuildVersion: 22E252 Kernel: 22.4.0 Darwin...
`npm pkg index.js` -> ```js 32 verbose stack Run "npm help pkg" for more info 32 verbose stack at Pkg.usageError (/Users/usernameee/volta/tools/image/npm/10.2.4/lib/base-command.js:113:26) 32 verbose stack at Pkg.exec (/Users/usernameee/volta/tools/image/npm/10.2.4/lib/commands/pkg.js:52:20) 32 verbose stack...
OSX Sonoma 14.1.1 When installing volta with brew, shims are not in the PATH even though `echo $PATH` shows `~/.volta/bin`. The volta command works and I'm able to install different...
Hello 🙋♀️ while working on a project with npm workspaces and [lerna](https://lerna.js.org/), we found a bug when running npm scripts. The project contains two npm workspaces (`client` and `universal`). In...
Bun is a drop in replacement for nodejs and it have dramatically reducing startup times and memory usage https://bun.sh/
When globally installing `@shopify/cli` and `@shopify/theme` with volta (or npm while running volta) and running `shopify theme`, no subcommands are found. Seems like it might be by design, as I...