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
I keep recieving this error that I didnt install wrangler. I've tried all solutions from here and here, but none of them work. Help would be appreciated!
$ sudo npm install @cloudflare/wrangler -g --unsafe-perm=true --allow-root
/usr/local/bin/wrangler -> /usr/local/lib/node_modules/@cloudflare/wrangler/run-wrangler.js
> @cloudflare/wrangler@1.11.0 postinstall /usr/local/lib/node_modules/@cloudflare/wrangler
> node ./install-wrangler.js
Downloading release https://workers.cloudflare.com/get-npm-wrangler-binary/1.11.0/x86_64-unknown-linux-musl
wrangler has been installed!
+ @cloudflare/wrangler@1.11.0
added 34 packages from 21 contributors in 4.462s
$ wrangler --help
/usr/local/lib/node_modules/@cloudflare/wrangler/node_modules/binary-install/src/binary.js:60
throw `You have not installed ${this.name ? this.name : "this package"}`;
^
You have not installed wrangler
(Use `node --trace-uncaught ...` to show where the exception was thrown)
$
The text was updated successfully, but these errors were encountered:
I keep recieving this error that I didnt install wrangler. I've tried all solutions from here and here, but none of them work. Help would be appreciated!
The text was updated successfully, but these errors were encountered: