-
Notifications
You must be signed in to change notification settings - Fork 334
wrangler: command not found #266
Comments
check if npm bin is added to PATH yet maybe? |
Maybe related to #240 |
Hey thanks for reporting, are you still experiencing this problem? How do you have node and npm installed? Can you post the response from Thanks! |
the issue seems to be resolved by itself already.
i didnt do anything. it just works fine now
…On Tue, Jul 9, 2019 at 8:41 PM Matt ***@***.***> wrote:
Hey thanks for reporting, are you still experiencing this problem?
How do you have node and npm installed?
Can you post the response from npm install -g @cloudflare/wrangler
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#266>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEZETR6FHTTZCULM3XGMMDP6SIO3ANCNFSM4H2Z5ZQQ>
.
|
If anyone is still experiencing this issue like I was, if you are using npm 5.2 or higher, try npx to run packages globally . I ran the following command, and it worked.
Hope that helps! |
For Mac users and for future reference: I've found that when installing npm packages globally, it takes a restart to register them so they're available for use. |
This is still happening for me. Here is the entire log:
I'm on Ubuntu 18. Can anyone let me kno what needs to be done in order to make it working? |
Followed these installation steps on my mac:
npm i @cloudflare/wrangler -g
wrangler --help
wrangler: command not found
The text was updated successfully, but these errors were encountered: