cli icon indicating copy to clipboard operation
cli copied to clipboard

install module peer-dependencies

Open danielroe opened this issue 10 months ago • 2 comments

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

danielroe avatar Apr 03 '24 16:04 danielroe

If modules expect them as peer, maybe we can ensure via an nypm to install peer deps? (npm does but it is implicit behavior)

pi0 avatar Apr 03 '24 20:04 pi0

Nice idea! Ensure standards are respected 🙌

danielroe avatar Apr 03 '24 21:04 danielroe