Vue-cli: Cannot install from NPM

Created on 6 Aug 2020  路  10Comments  路  Source: vuejs/vue-cli

Version

4.4.6

Environment info

Docker image: node:12.15

Steps to reproduce

  1. Run docker image node:12.15
  2. Run npm install -g @vue/cli (or i tried @vue//cli because it was transformed to %2f if one slash used)

What is expected?

Installed CLI service

What is actually happening?

Got error
1 slash used - E404,
2 slashes used - There is no package.json file

Most helpful comment

https://status.npmjs.org/
The NPM registry is down.

All 10 comments

https://status.npmjs.org/
The NPM registry is down.

I am also getting 404 Not Found - GET https://registry.npmjs.org/@vue%2fcli-plugin-eslint - Not found when I do npm npm i @vue/cli

oh thanks, just saw down announcement

thank u so much was getting the same error

Getting the same issue, too

Getting the same issue, too
Screen Shot 2020-08-06 at 13 43 00

I'm also seeing this error in Yarn, so this might be a more general issue.

image

+ 1, and we are build release package, and today is the final deadline.
it's really hard to me.

I had this issue as well. It's back up now (for me at least) and npm install -g @vue/cli works as expected.

Seems it's been resolved by now.

Was this page helpful?
0 / 5 - 0 ratings