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 CLI installation error (version 10.0.1 and up to 10.0.5)

See original GitHub issue

🐞 Bug report

Hi there, I can't install the CLI, there are some errors

Description

Installation error on macOS and Linux

πŸ”¬ Minimal Reproduction

npm install @angular/cli --save

πŸ”₯ Exception or Error

npm install @angular/cli --save
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@yarnpkg%2flockfile - Not found
npm ERR! 404 
npm ERR! 404  '@yarnpkg/lockfile@1.1.0' 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.

npm ERR! A complete log of this run can be found in:

🌍 Your Environment

macOS and Linux

Anything else relevant? N/A

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:9

github_iconTop GitHub Comments

4reactions
sid-maddycommented, Aug 6, 2020

There is an ongoing NPM issue with scoped packages

0reactions
angular-automatic-lock-bot[bot]commented, Sep 6, 2020

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular CLI version is not compatible with Angular version
The Problem. The CLI version you have installed doesn't meet the requirements for your Angular version as the error says:
Read more >
Resolved: This version of CLI is compatible with Angular version
This error is most visible when you are trying to migrate an older Angular framework (Example- Angular 5 or 6 or 7 or...
Read more >
How To Update Angular CLI To Latest Version
To update Angular CLI version in your local projects use the following commands. Navigate to your local Angular project folder and execute theΒ ......
Read more >
Angular CLI Versions
CLI tool for Angular. Latest version: 15.0.4, last published: 11 days ago. Start using @angular/cli in your project by running `npm i @angular/cli`....
Read more >
tar.unpack untar error while installing angular in Linux vm
I am installing Angular in Linux VM (3.10.0.1062) using command npm install @angular/cli@10.0.5 from Putty terminal , getting below error
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