-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
fix(cli): prevent both nuxt & nuxt-edge being installed #6020
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #6020 +/- ##
==========================================
+ Coverage 95.68% 95.69% +<.01%
==========================================
Files 82 82
Lines 2689 2693 +4
Branches 690 692 +2
==========================================
+ Hits 2573 2577 +4
Misses 98 98
Partials 18 18
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nitpick, the error message says please remove the unused one
This is an assumption, eg the user might be trying to use both at the same time. Maybe better to say something like Both nuxt as nuxt-edge are installed. This is unsupported, please choose one and uninstall the other.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks :)
Types of changes
Description
Resolve issue caused by installing nuxt & nuxt-edge at same time, like #5996
Checklist: