error install @angular2-material/progress-bar
See original GitHub issueIssue Description
when i run
cnpm install -S @angular2-material/progress-bar
I got the following error
Error: GET https://registry.npm.taobao.org/@angular2-material%2Fprogress-bar/* response 404 status
Error: GET https://registry.npm.taobao.org/@angular2-material%2Fprogress-bar/* response 404 status
at get (/usr/local/lib/node_modules/cnpm/node_modules/npminstall/lib/get.js:55:11)
at next (native)
at onFulfilled (/usr/local/lib/node_modules/cnpm/node_modules/co/index.js:65:19)
at process._tickCallback (internal/process/next_tick.js:103:7)
but works well running
npm install -S @angular2-material/progress-bar -registry https://registry.npmjs.org/
It seems that cnpm is not able to sync this module or let user to install from official npm registry.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
@angular2-material/progress-bar - npm
Start using @angular2-material/progress-bar in your project by running `npm i @angular2-material/progress-bar`. There are 4 other projects ...
Read more >Angular 2 Material Progress Bar not Showing up when using ...
I have installed all the dependencies but still the Progress bar doesn't show up. component file <div class="loading-overlay" *ngIf=" ...
Read more >How to solve peer dependancy problem with angular 2 #1381
npm ERR! peerinvalid Peer angular2-meteor@0.5.5 wants ... I have the exact same error and npm install npm -g does NOT fix it.
Read more >Progress bar - Angular Material
Overview for progress-bar. Failed to load document: /docs-content/overviews/material/progress-bar/progress-bar.html. Error: Unknown Error. Angular icon ...
Read more >Example to add angular2 material component - Google Groups
I want to add mdbutton component to my template. How can i do it. I've installed ... "Report this error at https://github.com/mgechev/angular2-seed/issues".
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
@thunderrun you can sync by yourself.
I create a issue to npm registry team https://github.com/npm/registry/issues/13