且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

关于已弃用的软件包的 NPM 警告消息

更新时间:2021-06-30 22:51:03

npm la <package-name> 

也可以使用,并且会为您提供有关依赖项的依赖关系图的最详细信息.

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

npm ls ,做了类似的事情,但给你的细节更少

npm ls <package-name>, does something similar but gives you less details