This is probably a total noob question about npm, but I'm wondering how I can extract the dependencies that would be installed when doing an install, for instance with dry-run.
The reasoning is that I want to know which packages are going to be installed, before actually performing the install.
In this way I can make sure that one particular package is avoided, should I want to define it so.
You could Examine a package's dependency graph before you install it. By making installing rnp-remote-ls: https://www.npmjs.com/package/npm-remote-ls
First you install it the module gloablly:
Second you run: