You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2023. It is now read-only.
> npm i -g wranglerVolta error: Global package installs are not supported.Use `volta install wrangler` to add a package to your toolchain (see `volta help install` for more info).
This makes sense, and I think is good overall. But:
> volta install wrangler
error: Package has no executables to install.
Please verify the requested package name.
I don't think this tool is super popular, but given that wrangler distributes a binary, indicating that in the package.json seems like the right thing to do.
The text was updated successfully, but these errors were encountered:
💡 Feature request
It would be nice if the npm package registered a binary, rather than relying on a post-install hook to do the right thing.
Overview and problem statement
https://github.com/volta-cli/volta is an
nvm
-like tool.This makes sense, and I think is good overall. But:
I don't think this tool is super popular, but given that wrangler distributes a binary, indicating that in the
package.json
seems like the right thing to do.The text was updated successfully, but these errors were encountered: