shlomiassaf / ngx-modialog

Modal / Dialog for Angular
http://shlomiassaf.github.io/ngx-modialog
MIT License
686 stars 242 forks source link

Unable to install ngx-modialog@5.0.0 using npm #415

Closed josmilmed closed 6 years ago

josmilmed commented 6 years ago

Hello, I was wondering if someone could help me. I try to install ngx-modialog using:

npm install ngx-modialog@5.0.0

But npm gives the following error:

npm ERR! code ETARGET
npm ERR! notarget No compatible version found: ngx-modialog@5.0.0
npm ERR! notarget Valid install targets:
npm ERR! notarget 3.0.2, 4.0.0-beta.1, 4.0.0-beta.2, 3.0.3, 4.0.0-beta.3, 3.0.4
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

How can I install the latest version of this library in my project? Thanks in advance.

shlomiassaf commented 6 years ago

lol, forgot to publish :) will do right away

shlomiassaf commented 6 years ago

done :)

Thanks.