crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Not able to include in my Angular 4 project #156

Closed smitssmiling closed 6 years ago

smitssmiling commented 6 years ago

I added - "angular-svg-round-progressbar": "1.1.0" under my dependences section of package-json. But I get this error- npm ERR! code E400 npm ERR! 400 Bad Request: angular-svg-round-progressbar@1.1.0

smitssmiling commented 6 years ago

Never mind, my .nvmrc had some private registry settings. Removed it and got it working.