Charles Pierce
Charles Pierce
Hi @ludwig-pro, can you share the `package.json` for the project you're attempting to link? It appears we're trying to create a link for a binary name that has a `/`...
Hi @bbrandt, thanks for writing that up! Is that option (`Web Package Management > External Web Tools`) part of a plugin that you would need to have installed for these...
Hi @tiamed, thanks for reporting! What version of `curl` do you have on that machine? It looks like it's an older one that doesn't support the `filename_effective` variable. Is it...
@frangio At this point, I believe the main challenge to using `exec` is that we support configuring telemetry that runs once the underlying task is finished, which wouldn't happen any...
Hi @Rusinas, sorry for the delay! You mentioned that Volta works correctly under a different user account. Did you install Volta initially with that other account? There are two pieces...
Hi @wlnirvana, thanks for the question! At the moment it _is_ possible, however it's not as straightforward as using a mirror, unfortunately. You currently need to use the [Hooks](https://docs.volta.sh/advanced/hooks) system,...
Thanks for reporting @stefanpenner! I think I see the issue: Our hooks resolution uses the architecture of the system irrespective of the version, while our non-hook lookup is smart enough...
Unfortunately, the constants are hard-coded at compile time, so I don't believe there's a way at the moment to force the hook resolution to change. Depending on how big of...
For (1), you can download the x86_64 binaries from the `volta-{version}-macos.tar.gz` file: https://github.com/volta-cli/volta/releases/download/v1.0.5/volta-1.0.5-macos.tar.gz You should then be able to drop those binaries in as replacements for the ARM ones directly...
Hi @arslivinski, we've had our eye on Deno for a little while, but it's a bit tricky. While it's also a JS runtime, Deno is not directly compatible with Node,...