Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install module peer-dependencies #385

Open
danielroe opened this issue Apr 3, 2024 · 2 comments · May be fixed by #417
Open

install module peer-dependencies #385

danielroe opened this issue Apr 3, 2024 · 2 comments · May be fixed by #417
Labels
enhancement New feature or request

Comments

@danielroe
Copy link
Member

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 danielroe added the enhancement New feature or request label Apr 3, 2024
@pi0 pi0 changed the title install module dependencies install module peer-dependencies Apr 3, 2024
@pi0
Copy link
Member

pi0 commented Apr 3, 2024

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

@danielroe
Copy link
Member Author

Nice idea! Ensure standards are respected 🙌

@shinGangan shinGangan linked a pull request May 22, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants