我在 debian Linux 风格上使用 npm 来安装 Jpm。但是我收到有关安装的 lodash 版本的错误(如下)
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.
我参考了以下几个链接,但仍然无法更新版本,但问题仍然存在。
https://github.com/lodash/lodash/tree/3.10.1-npm
https://github.com/npm/npm/issues/10573
请提出更新 lodash 版本的解决方案。