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 has been archived by the owner on Aug 3, 2023. It is now read-only.
I am trying to install Cloudflare's Wrangler to my VS Code.
When I go into my VS Code and use npm i @cloudflare/wrangler -g all goes well with the installation. However, when I attempt to do wrangler as a command it tells me zsh: command not found: wrangler . I am not sure how I can fix this. I've tried a lot of different things online and scoured Cloudflare's resources for an answer, but to no avail.
Environment
operating system: MacOS
output of rustc -V: zsh: command not found: rustc
output of node -v: v12.19.0
output of wrangler -V: zsh: command not found: wrangler - This is my issue
contents of wrangler.toml zsh: command not found: wrangler.toml
Steps to reproduce
Anytime I attempt to use wrangler my zsh will write back command not found wrangler.
What did you expect to see? Wrangler to create a project or show that it has been installed correctly.
What did you see instead?
The text was updated successfully, but these errors were encountered:
It seems like your $PATH does not include the path to globally installed Node.js executables. Do you also have the same problem with other NPM modules?
🐛 Bug Report
I am trying to install Cloudflare's Wrangler to my VS Code.
When I go into my VS Code and use
npm i @cloudflare/wrangler -g
all goes well with the installation. However, when I attempt to do wrangler as a command it tells mezsh: command not found: wrangler
. I am not sure how I can fix this. I've tried a lot of different things online and scoured Cloudflare's resources for an answer, but to no avail.Environment
rustc -V
: zsh: command not found: rustcnode -v
: v12.19.0wrangler -V
: zsh: command not found: wrangler - This is my issuewrangler.toml
zsh: command not found: wrangler.tomlSteps to reproduce
Anytime I attempt to use wrangler my zsh will write back command not found wrangler.
What did you expect to see? Wrangler to create a project or show that it has been installed correctly.
What did you see instead?
The text was updated successfully, but these errors were encountered: