NPM warn message about deprecated package

后端 未结 5 1820
小鲜肉
小鲜肉 2020-12-14 00:53

I am installing a module globally

$ npm install -g X

and NPM says

\"npm WARN deprecated lodash@1.0.2: lodash@<3.0

5条回答
  •  庸人自扰
    2020-12-14 01:31

    You could search through all the package.json files under node_modules and see which ones are dependent on lodash 1.0.2.

提交回复
热议问题