-
Notifications
You must be signed in to change notification settings - Fork 73
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
refactor(module): improve messages #355
Conversation
Hi @pi0 , please review when you have a time π . |
.eslintrc
Outdated
@@ -1,5 +1,11 @@ | |||
{ | |||
"extends": ["@nuxt/eslint-config"], | |||
"ignorePatterns":[ |
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.
Please split it to another chore:
PR ππΌ
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.
Sorry, reverted this commit: 73ae4ea
This content would like to requested for review in a separate PR.
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!
π Linked issue
β Type of change
π Description
The current Nuxt CLI displays the following
This installation command does not work correctly when I actually try it. That is because the command is different.
I have changed the CLI message to avoid user confusion.
The following other corrections were made in this PR
nuxi module add
,nuxi module search
π Checklist