volta
volta copied to clipboard
Volta: JS Toolchains as Code. ⚡
``` volta fetch [email protected] error: Could not find Node version matching ">= 4.4.0 < 4.5.0" in the version registry. ``` You are trying to download the archive from `https://nodejs.org/dist/v4.4.5/node-v4.4.5-win-x64.zip`, but...
Volta looks great but not sure how to resolve an issues with a local project--I have a node CLI tool I install locally (not hosted in npm)--I clone a repo,...
I have a simple CLI specified in `package.json` like this: ```js { "name": "cli", "version": "1.0.0", "bin": { "mycli": "./code.js" } } ``` After I ran `npm install -g` in...
After finding #550 and the work that @musikid did toward resolving it, I decided to take a crack at getting that code working and merged. Since the work from @musikid...
If I clone a third party repo, and `cd` into the folder, and then run `npm install`, if there's a volta pin in the third party repo, Volta wil just...
Using the latest version of volta: ```sh $ volta -v 1.0.5 ``` With a package.json that specifies `node 14.x` (with custom npm registry in `.npmrc`) ```sh $ cat package.json |...
I am using a vscode launch config to run a node app, but the app fails to start unless I have a global install or default tool sett of nodejs....
Hi, I just realized there is no update/upgrade section in your doc. It could be nice to have clear command on how to update the software, specially if there is...
For unixes at least, I suspect it would be easier to implement a correct delegation for `Tool::exec` by using a Unix `exec` call. But this is an area I need...
double-checked-cell [is deprecated](https://github.com/niklasf/double-checked-cell/blob/9cf94d75316ef441033ce4c80def7c1a8c7643fe/README.md#deprecated) and recommends migrating to `once_cell`. It's not urgent, but worth putting on our radar.