Open njwest opened 4 years ago
+1
+1 and for me vue upgrade --all
did the trick.
Thanks @garlian. Solved the problem for me
@bzelba's workaround worked for me. Still the original issue is very annoying, according to docs only vue upgrade
is required to update dependencies https://cli.vuejs.org/guide/installation.html#project-dependencies ([plugin-name]
being optional)
Version
4.1.2
Environment info
Steps to reproduce
vue upgrade
What is expected?
After running
vue upgrade
via CLI in my vue project directory, I expect an upgrade wizard to assist with upgrading @vue/cli dependencies.What is actually happening?
I receive the following message, one about a slow connection to the NPM registry, and another never-ending "Gathering package information..." loading message
I've tested my connection to the default npm registry, and in every other case it is not slow at all. Have tried the usual re-starting, upgrading, etc, but to no avail
On a sidenote, it says "Firefox: Not Found" when I run
vue info
, but I do, in fact, have Firefox 71.0 installed. This is a separate issue, I realize