DEV Community

Discussion on: How to handle peer dependencies when developing modules

 
urrutiamartin profile image
Urrutia Martin

You can use "postinstall": "install-peers", this command run after the package is installed.
This work for me.