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 work for modules not installed or modules installed globally.

I tried npm list bower but that’s not it.

11 Answers
11

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *