install-peers
install-peers copied to clipboard
It modifies package.json
It's adding me as dev dependencies.
It's also not running on regular npm i, just when I install the module itself.
Windows 10 Node 11.13.0
Seems like it is happening when dependencies key is missing, so it MUST have an empty dependencies: {} entry. But it still won't help on not running on regular install.
https://github.com/alexindigo/install-peers/issues/2#issue-471081103
@wintercounter What version of npm?