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
There are so many different update syntaxes around these days it's hard to keep up with all of them. It would be great if vue-cli follows the example of node and npm and when an update is available also provide the exact command needed to update.
What does the proposed API look like?
-- An update is available. Use this to update:
npm install -g @vue/cli
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
There are so many different update syntaxes around these days it's hard to keep up with all of them. It would be great if vue-cli follows the example of node and npm and when an update is available also provide the exact command needed to update.
What does the proposed API look like?
-- An update is available. Use this to update:
npm install -g @vue/cli
The text was updated successfully, but these errors were encountered: