I am trying to install angular 2 drop down multi select library by running the following command
npm install angular-2-dropdown-multiselect --save-dev
But I get this warning message "angular-2-dropdown-multiselect@1.3.2 requires a peer of tslib@^1.6.1 but none was installed."
I have no clue what this means. Any idea what am I missing here?