-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
verson 4.5.0 dosen't suport npm5.6.0 #5715
Labels
Comments
Yeah, we can make it an optional dependency. Thanks for reporting this! |
haoqunjiang
added a commit
to haoqunjiang/vue-cli
that referenced
this issue
Jul 27, 2020
9 tasks
haoqunjiang
added a commit
that referenced
this issue
Jul 29, 2020
My personal solution it's just updated npm to version 6 and then it's just work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
4.5.0
Environment info
Steps to reproduce
in npm 5.6.0
execute
npm install
with @vue/cli-service v4.5.0get error:
error in npm install
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "npm:": npm:vue-loader@^16.0.0-beta.3
What is expected?
npm install can be executed in npm5.6.0
What is actually happening?
@vue/cli-service v4.5.0 dosen't support npm 5.6.0
Notice that package aliasing is support since npm 6.9.0
Will npm5.6.0 be supported again?
The text was updated successfully, but these errors were encountered: