@angular-devkit/architect@0.1000.5' is not in the npm registry
See original GitHub issue🐞 Bug report
Command (mark with an x
)
- npm install @angular/cli
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- xi18n
- run
- config
- help
- version
- doc
Is this a regression?
No
Description
Every time I try to run ng new app
or npm install @angular/cli
I got the same error from NPM:
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@angular-devkit%2farchitect - Not found
🔬 Minimal Reproduction
Just run ng new app
or npm install @angular/cli
🔥 Exception or Error
$ sudo npm i @angular/cli -g
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@angular-devkit%2farchitect - Not found
npm ERR! 404
npm ERR! 404 '@angular-devkit/architect@0.1000.5' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of '@angular/cli'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
🌍 Your Environment
Angular CLI: 9.1.12
Node: 13.7.0
OS: darwin x64
Angular:
...
Ivy Workspace:
Package Version
------------------------------------------------------
@angular-devkit/architect 0.901.12
@angular-devkit/core 9.1.12
@angular-devkit/schematics 9.1.12
@schematics/angular 9.1.12
@schematics/update 0.901.12
rxjs 6.5.4
Tried also in dedicated server, located in different country, with the same result.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:27
Top Results From Across the Web
Package is not publishing to npm (not in the npm registry)
Try npm login . In case of npm publish , sometimes misleading message is shown.
Read more >registry | npm Docs
npm's package registry implementation supports several write APIs as well, to allow for publishing packages and managing user account information. The npm ......
Read more >registry-url - npm
Start using registry-url in your project by running `npm i ... scope is not in the user's .npmrc file, then registry-url will check...
Read more >npm-registry-fetch
npm -registry-fetch is a Node.js library that implements a fetch -like API for accessing npm registry APIs consistently.
Read more >npm Registry
The free npm Registry has become the center of JavaScript code sharing, and with more than one million packages, the largest software registry...
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’m running into the same issue: #18459
Facing the same issue 😦