Run angular-spinner locally (npm i error)
See original GitHub issueHi guys,
We tried to run angular-spinner locally and followed the instructions in the readme file. When we run npm i
we 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:
- Created 7 years ago
- Comments:10 (2 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
Wow, you’re amazing. The private repo seems to have problems with
"@types/angular": "1.6.1"
, etc. I’ve just added a file.npmrc
to the project folder with the following content to reset the private repo and everything works:registry = https://registry.npmjs.com/
private repo?
see https://github.com/npm/npm-registry-client/issues/80#issuecomment-230673893