volta
volta copied to clipboard
Volta: JS Toolchains as Code. ⚡
Related to #959 Related to #282 As noted in [this comment](https://github.com/volta-cli/volta/issues/959#issuecomment-831412266), `.node-version` is intended to specify a single, _exact_ version, which is exactly what Volta requires for it's own guarantees....
I just switched to volta from npm (THANK YOU!), but have run into an issue that confuses me — vscode doesn't seem to recognize that eslint is globally-installed, so the...
Hi folks 👋 . Great work with Volta. Really enjoy using it. I saw https://github.com/volta-cli/volta/issues/954 and assumed that --registry flags (or `.npmrc`) would be respected. And this hasn't been an...
Hello 👋 I'm looking to contribute support for Alpine Linux to Volta. I've cloned the repository into a Docker container running Alpine, and I installed Rust onto that container. I...
This came up in #1150 twice already. The installer assumes that the version supplied by the openssl executable is the one to use, which can cause a problem if the...
Info ----- * Implements the changes described in https://github.com/volta-cli/rfcs/pull/47 * As discussed in the RFC, while using a statically-linked TLS implementation reduces our need to build for the unique CentOS...
Volta error: Could not create shared environment for package 'my-link-package' Please ensure you have correct permissions to the Volta directory. my package.json: { "name": "my-link-package", .... "volta": { "node": "8.0.0",...
I try to install volta on a Linux Jenkins agent and sporadically I got a certification-related error.  Could you please check it?
I tried adding volta to a container and when I try to execute it, I get: `bash: /root/.volta/volta: No such file or directory` Here is the Dockerfile I'm using: ```...