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

Specifying dependencies with the add command fails for the Nuxt.js template #247

Closed
jamesgeorge007 opened this issue Sep 20, 2023 · 0 comments · Fixed by #246
Closed

Specifying dependencies with the add command fails for the Nuxt.js template #247

jamesgeorge007 opened this issue Sep 20, 2023 · 0 comments · Fixed by #246
Assignees
Labels
bug Something isn't working

Comments

@jamesgeorge007
Copy link
Member

Describe the bug

For the Nuxt.js template, invoking the add command shows a multi-select prompt from which the modules to be installed can be chosen; apart from that, it is expected to support the installation of dependencies supplied via arguments. However, this results in an error.

To Reproduce

  1. Scaffold a new MEVN stack app via mevn init app
  2. Choose Nuxt.js as the starter template.
  3. Navigate to the app directory once created and run mevn add axios. Choose any directory.
  4. Observe the error thrown after installing the dependency.

Screenshots

image
@jamesgeorge007 jamesgeorge007 added the bug Something isn't working label Sep 20, 2023
@jamesgeorge007 jamesgeorge007 changed the title Specifying dependencies with the add command fails for the Nuxt.js template Specifying dependencies with the add command fails for the Nuxt.js template Sep 20, 2023
@jamesgeorge007 jamesgeorge007 self-assigned this Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant