I just want to get a snapshot of what's installed locally in a project and what's installed globally:
npm whats-installed-locally
npm whats-installed-globally
npm whats-dependencies-between-local-global-repos
What's the proper command-line sequence?
Also, is there a way to determine which dependencies are being unhinged between the two repositories?