jax16276
01/13/2024, 6:49 PMjax16276
01/13/2024, 6:49 PMCyb3r-Jok3
01/13/2024, 6:57 PMjax16276
01/13/2024, 7:07 PMCyb3r-Jok3
01/13/2024, 7:08 PMjax16276
01/13/2024, 7:08 PMjax16276
01/13/2024, 7:08 PMjax16276
01/13/2024, 7:09 PMCyb3r-Jok3
01/13/2024, 7:09 PMwrangler.toml
file you are going to want to change the account ID to your Cloudflare account ID then when you run wrangler deploy
it will create the worker in Cloudflare for youjax16276
01/13/2024, 7:56 PMnpm uninstall -g @cloudflare/wrangler && npm install -g wrangler
to update to the latest version
wrangler has been installed!
+ @cloudflare/wrangler@1.21.0
added 22 packages from 9 contributors in 2.344s
DEPRECATED
The version of Wrangler you are using is now deprecated.
Please update to the latest version of wrangler to prevent critical errors.
If originally installed via npm, run npm uninstall -g @cloudflare/wrangler && npm install -g wrangler
to update to the latest version.
If originally installed via cargo, run cargo uninstall wrangler && npm install -g wrangler
Docs migration guide: https://developers.cloudflare.com/workers/wrangler/migration/migrating-from-wrangler-1/#update-wrangler-versionCyb3r-Jok3
01/13/2024, 8:13 PM