question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to update vue-cli?

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:14
  • Comments:30 (8 by maintainers)

github_iconTop GitHub Comments

175reactions
egoistcommented, Oct 26, 2016

Reinstall npm i -g vue-cli will do the favor.

80reactions
mak2014commented, Jul 10, 2018

This worked for me:

Uninstall first:

npm uninstall -g vue-cli

Install:

npm install -g @vue/cli

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation | Vue CLI
To upgrade the global Vue CLI package, you need to run: npm update -g @vue/cli # OR yarn global upgrade --latest @vue/cli ......
Read more >
How to upgrade my global vue-cli install to the latest version?
Switched to latest stable Node.js release using Node Version Manager · Uninstalled previous @vue/cli package. npm uninstall -g @vue/cli · Globally ...
Read more >
How to update vue-cli to latest version? - Programming Basic
Uninstall old vue-cli version. The vue-cli is the older version and the package name is changed from vue-cli to @vue/cli .
Read more >
@vue/cli - npm
Command line interface for rapid Vue.js development. Latest version: 5.0.8, last published: 6 months ago. Start using @vue/cli in your ...
Read more >
Upgrading Vue CLI from Version 2 to 3 - DevCamp
I'm going to walk through two ways to do this. The first way is just typing vue create my-basic-three-app . Now, this is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found