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.

Run angular-spinner locally (npm i error)

See original GitHub issue

Hi guys,

We tried to run angular-spinner locally and followed the instructions in the readme file. When we run npm iwe get the following error:

npm ERR! code E404
npm ERR! 404 Not Found: api
npm ERR! 404 
npm ERR! 404  'api' 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-spinner'
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 -v
4.4.1

Thanks for your support, Thomas

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
dtslvrcommented, Mar 21, 2017

private repo? see npm/npm-registry-client#80 (comment)

Wow, you’re amazing. The private repo seems to have problems with "@types/angular": "1.6.1", etc. I’ve just added a file .npmrcto the project folder with the following content to reset the private repo and everything works: registry = https://registry.npmjs.com/

Read more comments on GitHub >

github_iconTop Results From Across the Web

I am getting error while implementing ngx-Spinner 8.0.3
Second: Remove your Node Module folder and use the command npm install . In my case, I'm using angular 11 . Share.
Read more >
ngx-loading - npm
A customisable loading spinner for Angular applications. ... Start using ngx-loading in your project by running `npm i ngx-loading`.
Read more >
How to fix EACCES errors with NPM on MacOS - WILL & SKILL
Try running npm install -g ... or npm uninstall -g ... without sudo and it should run without errors.
Read more >
NG8001: Unknown HTML element or component - Angular
Use the element name in the error to find the file(s) where the element is being used. Check that the name and selector...
Read more >
Global Error Handling in Angular - Philipp Kief
A click on the first two buttons produces an error — the first a local front ... where no error message is displayed,...
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