question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@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:closed
  • Created 3 years ago
  • Reactions:8
  • Comments:27

github_iconTop GitHub Comments

5reactions
cfi2017commented, Aug 6, 2020

I’m running into the same issue: #18459

4reactions
LucasMM85commented, Aug 6, 2020

resolved… all seems fine now

new issue with @yarnpkg/lockfile Screenshot from 2020-08-06 15-18-46

image Same issue here

Facing the same issue 😦

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found