cli
cli copied to clipboard
install module peer-dependencies
when installing modules it can be common for them to have another dependency that needs to be installed. rather than requiring this to be installed separately, it would be nice for modules in nuxt/modules to specify any additional packages that have to be installed
If modules expect them as peer, maybe we can ensure via an nypm to install peer deps? (npm does but it is implicit behavior)
Nice idea! Ensure standards are respected 🙌