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.

error install @angular2-material/progress-bar

See original GitHub issue

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:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fengmk2commented, May 4, 2016

@thunderrun you can sync by yourself.

$ cnpm sync @angular/platform-server
0reactions
fengmk2commented, May 4, 2016

I create a issue to npm registry team https://github.com/npm/registry/issues/13

Read more comments on GitHub >

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

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