I am new to understand peerDependencies, and I have read the following references seeking as to how to test an npm module contains peerDependencies within i
I had connected with the authors of npm-install-peers, and the response from one of the authors,
When it comes to testing your package/project on CI, I believe the
correct way to do things is manually adding your peer dependencies to
your dev dependencies. No need for this little tool.