404 Not Found: @akryum/winattr@^3.0.0
See original GitHub issueVersion
3.0.0
Node and OS info
node 8.11.3 / yarn 1.9.4 / ubuntu 16.04 / npm 5.6.0
Steps to reproduce
Trying to install vue-cli 3 running:
npm i @vue/cli -g
can’t find the winattr package:
npm ERR! code E404
npm ERR! 404 Not Found: @akryum/winattr@^3.0.0
trying with yarn:
yarn global add @vue/cli
yarn global v1.9.4
[1/4] Resolving packages...
error Couldn't find package "@akryum/winattr@^3.0.0" required by "@vue/cli-ui@^3.0.0" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
Error: Couldn't find package "@apollographql/graphql-playground-html@^1.6.0" required by "apollo-server-express@^2.0.0-rc.5" on the "npm" registry.
at MessageError.ExtendableBuiltin (/usr/share/yarn/lib/cli.js:243:66)
at new MessageError (/usr/share/yarn/lib/cli.js:272:123)
at PackageRequest.<anonymous> (/usr/share/yarn/lib/cli.js:38988:17)
at Generator.throw (<anonymous>)
at step (/usr/share/yarn/lib/cli.js:92:30)
at /usr/share/yarn/lib/cli.js:105:13
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
i tried to install winattr using
npm i @akryum/winattr
same 404 error
What is expected?
Install vue-cli 3 successfully
What is actually happening?
Error 404 Not Found: “@akryum/winattr@^3.0.0” required by “@vue/cli-ui@^3.0.0”
i tried to uninstall and reinstall node, npm and vue-cli itself
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:12 (5 by maintainers)
Top Results From Across the Web
What Does Error 404 Not Found Mean? - SEMrush
A 404 error is when a website's server can't find the page you're trying to access via a hyperlink or typing a URL...
Read more >404 Error Not Found - python - Stack Overflow
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Read more >json call for getWork returns 404 not found error when solo ...
Geth HTTP RPC returns 404 not found. Steps to reproduce the behaviour. Launch geth with the following parameters: geth --http --http.addr 0.0.
Read more >Error 404 not found - What does it mean & how to fix it! - IONOS
Your browser displays the error message 404 Not Found instead the desired web page? The solution is easy - an HTTP 404 error...
Read more >this error Unable to send or receive messages Server Error: 404
Server Error: 404 Server: 'https://mail.services.live.com/DeltaSync_v2.0.0/Sync.aspx' Windows Live Mail Error ID:
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I encountered the same issue. This worked for me
npm install --registry=https://registry.npmjs.com/ -g @vue/cli
What about deleting
~/.npmrc
and then try again? In my experience, installation issues of scoped packages are likely to be caused by misconfigured npmrc.