-
Notifications
You must be signed in to change notification settings - Fork 962
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
Environment Details:
- Nuxt Version: 3.14.0
- Package Manager: pnpm
- Operating System: Windows 11
- Node Version: 20.11
Version
2.19.0
Reproduction
- Steps to Reproduce:
- Include @nuxt/ui version 2.19.0 in a project.
- Run pnpm install and initiate the build process using pnpm run build or use pnpm run generate.
- Observe the error during the build phase.
Description
Expected Behavior: The project should build successfully without errors, and the InputMenu.vue component should render as expected.
Actual Behavior: During the build process, the following error is thrown:
ERROR Nuxt Build Error: [vite:vue] [plugin vite:vue] node_modules/.pnpm/@nuxt+ui@2.19.0_change-case@5.4.4_magicast@0.3.5_rollup@4.24.4_vite@5.4.10_@types+node@22.9.0_iwtmslt7qv4n4p2dzdarb7yu2i/node_modules/@nuxt/ui/dist/runtime/components/forms/InputMenu.vue (850:1): Invalid end tag.
Possible Cause: The issue could be caused by an improperly opened or closed <script> tag in InputMenu.vue.
Additional context
No response
Logs
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
