If you’re collaborating with others on the same project or if you’re planning on running Commonality in CI you may want to add commonality as a dev dependency at the root of your project.
Copy
npm install commonality --save-dev
Your global installation of Commonality will continue to work in other projects.
However, if Commonality is installed locally in a project, the local installation will always take precedence over the global one.