nuxtr-vscode icon indicating copy to clipboard operation
nuxtr-vscode copied to clipboard

fix: nuxt module installation

Open selemondev opened this issue 11 months ago โ€ข 0 comments

๐Ÿ”— Linked issue / Discussion

Issue: #130

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • [x] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

This pull request is intended to fix issue #130 by refactoring the getInstallationCommand function by removing the devFlag since every module that is compatible with Nuxt 3 should be installed as a dev dependency rather than a regular dependency.

๐Ÿ“ Checklist

  • [x] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

selemondev avatar Mar 23 '24 13:03 selemondev