npm WARN deprecated lodash@2.4.2: lodash@<3.0.0 is no longer maintained

孤街醉人 提交于 2019-12-01 02:16:55

The packagegrunt-cli relies on a older version of lodash. It shouldn't affect the functionality of grunt; it's just a warning message.

So, you're doing nothing wrong, it's not an error message, just a warning, and the way you've installed grunt-cli should work fine.

You can try running this command in your console:

npm i -g lodash

Let me know if this fixes it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!