cgross / angular-notify

Minimalistic and extensible notification service for Angular.
http://cgross.github.io/angular-notify/demo/
MIT License
432 stars 99 forks source link

Unable to install using npm via recently published package #74

Open jelazos7 opened 7 years ago

jelazos7 commented 7 years ago

I've tried to pull angular-notify using package.json dependencies as well as npm i @cgross/angular-notify, but in both cases i get:

npm ERR! 404 Not Found
npm ERR! 404 
npm ERR! 404 'cgross/angular-notify' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it

I can see the package just fine at https://www.npmjs.com/package/@cgross/angular-notify. I'm interested in importing via handle to npm registry as opposed to using the github link. Any thoughts?

rowild commented 7 years ago

Would love to see a fix here, too! I get "Cannot install because there is no package.json"...