-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
I recently installed vue-cli and when a new project started a message appeared that there is a new version of vue-cli, but when I want to update it is not updated.
The steps you take are as follows:
npm install -g vue-cli // ok installed
vue init webpack testproj
Message tells me that there is a newer version of vue-cli
Latest 2.8.0
Current 2.3.1
Stopped the creation of the project
Execute npm update -g vue-cli // but is not updated
How can I update with latest version?
Thanks