-
Notifications
You must be signed in to change notification settings - Fork 334
wrangler: command not found #1632
Comments
This seems related to #266. |
@famzah the wrangler executable should be at |
Thank you @nataliescottdavidson. It's probably my custom installation of $ ls -la ~/bin/npm
/home/famzah/bin/npm -> /home/famzah/.node-v9.4.0-linux-x64/bin/npm It's logical that I also needed to add Alright, then only the other question is still open. I see the following executable files with the name "wrangler" in my home directory: /home/famzah/.wrangler/bin/wrangler # ELF 64-bit LSB executable, statically linked
/home/famzah/.node-v9.4.0-linux-x64/bin/wrangler -> /home/famzah/.node-v9.4.0-linux-x64/lib/node_modules/@cloudflare/wrangler/run-wrangler.js # a tiny JavaScript Both binaries seem to do the same -- they invoke the Wrangler CLI and show the following version info: ❓ Which of the two executables should I use for the Wrangler CLI? Why there are two executables doing the same thing? |
Hi. Did you have a chance to look into this? |
I had the same issue, by following this instructions it fix it. |
This issue has been automatically marked as stale because it has not had recent activity in the last 180 days. It will be closed if no further activity occurs in the next week. Please feel free to comment if you'd like it to remain open, and thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. You may re-open the issue if it is still relevant. |
I've installed Wrangler following the instructions in the Dashboard:
npm install -g @cloudflare/wrangler
The installation seems to have completed successfully:
However, the binary is not added in my $PATH and I get the following when executing
wrangler
:wrangler: command not found
I see the following executable files with the name "wrangler" in my home directory:
Both binaries seem to do the same -- they invoke the Wrangler CLI and show the following version info:
👷 ✨ wrangler 1.12.0
I've got the following questions:
wrangler
works?The text was updated successfully, but these errors were encountered: