hugomrdias / connect-deps

This is a CLI tool that intends to be a better yarn link
MIT License
22 stars 5 forks source link

Missing legacy peer deps option #140

Open flogy opened 1 year ago

flogy commented 1 year ago

In projects where legacy peer dependency mechanism is required this library would have to install the packaged dependency using the --legacy-peer-deps flag as well. It is possible to workaround this by manually executing the printed out install command and with the flag added to it. It would be nice however if the plugin would support adding this flag, e.g.: connect-deps connect --legacy-peer-deps