-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Version error info added #17569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version error info added #17569
Conversation
npm update -g @cloudflare/wrangler npm warn deprecated @cloudflare/[email protected]: This package is for Wrangler v1.x and is no longer supported. Please visit https://www.npmjs.com/package/wrangler for Wrangler v2+.
|
Hi @fre2mansur, thanks for the PR However the page seems to already include quite an evident warning message regarding the v1 package being deperecated: https://developers.cloudflare.com/workers/wrangler/migration/v1-to-v2/wrangler-legacy/install-update/ Could you explain why you'd propose adding again the same sort of information? Am I missing something? |
|
Yes, the warning is there, but there is no link for the documentation for v2. |
|
I updated the Warning message instead, to make it more clear. I don't think we should call out v2 by name to keep it from getting outdated when later versions are released, but hopefully this will help. Thank you @fre2mansur ! |
|
Congratulations @fre2mansur, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cm42py6xg00920cmk4bzlumwn This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
* Version error info added npm update -g @cloudflare/wrangler npm warn deprecated @cloudflare/wrangler@1.21.0: This package is for Wrangler v1.x and is no longer supported. Please visit https://www.npmjs.com/package/wrangler for Wrangler v2+. * clarified-warning-note --------- Co-authored-by: ToriLindsay <[email protected]>

npm update -g @cloudflare/wrangler
npm warn deprecated @cloudflare/[email protected]: This package is for Wrangler v1.x and is no longer supported. Please visit https://www.npmjs.com/package/wrangler for Wrangler v2+.
Summary
Screenshots (optional)
Documentation checklist