NPM warn message about deprecated package

后端 未结 5 1822
小鲜肉
小鲜肉 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:50

    npm la  
    

    also works, and will give you the most details about the dependency graph of a dependency.

    npm ls , does something similar but gives you less details

提交回复
热议问题