How to view the dependency tree of a given npm module?

后端 未结 10 1582
眼角桃花
眼角桃花 2020-12-22 16:40

How can I get the tree of a module available to npm, but not installed locally ?

npm ll does the job for locally installed packages. But it doesn\'t wor

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 17:17

    This site allows you to view a packages tree as a node graph in 2D or 3D.

    http://npm.anvaka.com/#/view/2d/waterline

    Great work from @Avanka!

提交回复
热议问题