I am using npm on the debian Linux flavor to install Jpm. But am getting errors about the versions of lodash installed (as follows)
test@localhost:~# npm install jpm --global
npm WARN deprecated lodash@2.4.1: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^3.0.0.
I have referred to few of the following links but am still unable to update the versions but still the issue persists.
https://github.com/lodash/lodash/tree/3.10.1-npm
https://github.com/npm/npm/issues/10573
Kindly suggest a solution to update the lodash version.