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

后端 未结 2 1065
南方客
南方客 2021-01-07 18:53

I\'m getting an error when using npm to install grunt-cli globally. It\'s related to lodash:

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


        
2条回答
  •  庸人自扰
    2021-01-07 19:24

    You can try running this command in your console:

    npm i -g lodash
    

    Let me know if this fixes it.

提交回复
热议问题