How to install npm peer dependencies automatically?
The automatic install of peer dependencies was explicitly removed with npm 3, as it cause more problems than it tried to solve. You can read about it here for example: https://blog.npmjs.org/post/110924823920/npm-weekly-5 https://github.com/npm/npm/releases/tag/v3.0.0 So no, for the reasons given, you cannot install them automatically with npm 3 upwards. NPM V7 NPM v7 has reintroduced the automatic … Read more