Describe the bug
I tried installing v4.0.0 version as it is provided in README.md but npm returned with error that it does not exist. So either update README.md or release v4 so that the confusion in installation can be removed
To Reproduce
Steps to reproduce the behavior:
Type npm i ngx-daterangepicker-material@^4.0.0 in terminal & press enter
See error -
npm ERR! code ETARGET npm ERR! notarget No matching version found for ngx-daterangepicker-material@4.0.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\RupinPC\AppData\Roaming\npm-cache\_logs\2020-08-27T03_54_30_435Z-debug.log
Expected behavior
On providing ^4.0.0 for version, it should install it
Additional context
Please refer to the README.md image
Versions
Describe the bug I tried installing v4.0.0 version as it is provided in README.md but npm returned with error that it does not exist. So either update README.md or release v4 so that the confusion in installation can be removed
To Reproduce Steps to reproduce the behavior:
npm i ngx-daterangepicker-material@^4.0.0
in terminal & press enternpm ERR! code ETARGET npm ERR! notarget No matching version found for ngx-daterangepicker-material@4.0.0. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\RupinPC\AppData\Roaming\npm-cache\_logs\2020-08-27T03_54_30_435Z-debug.log
Expected behavior On providing ^4.0.0 for version, it should install it
Additional context Please refer to the README.md image