Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
128
rated 0 times [  135] [ 7]  / answers: 1 / hits: 32958  / 9 Years ago, wed, december 2, 2015, 12:00:00

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 [email protected]: 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.


More From » node.js

 Answers
4

After re-reading the question, I realised that the error is not in fact an error at all. What you are getting is a warning, saying that jpm uses [email protected], which is deprecated, and no longer maintained.



After looking at the latest version of jpm, I noticed that the lodash dependency is for version 3.3.1 which should be fine.



This makes me think that either the jpm version that is being installed is old, or a jpm dependency relies on an older version of lodash, which would need to be updated to remove the warning.



Either way, this warning can be ignored, but if you must get rid of it, you will need to rebuild jpm (or possibly a jpm dependency and jpm), after updating the deprecated lodash reference.


[#64200] Monday, November 30, 2015, 9 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
devonw

Total Points: 311
Total Questions: 116
Total Answers: 111

Location: Senegal
Member since Fri, Aug 21, 2020
4 Years ago
;