-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
When I try to generate a Vue 3 app using @nx/vue, it throws error #26445
Comments
Hey @rizypb ! Can you try this again on latest Nx (19.3.1 at time of writing)? |
This issue has been automatically marked as stale because no results of retrying on the latest version of Nx was provided within 7 days. |
Hi @Coly010 I tried with nx v19.3.2 and still throws the same error |
This issue has been automatically marked as stale because no results of retrying on the latest version of Nx was provided within 7 days. |
I can't reproduce this in latest (19.5). I'm likely going to need a repo containing a reproduction of this issue to investigate further. The options it creates combinations from currently are:
Realistically, there should be at least 1 combination from all of this that works for your workspace. I'd need to see the workspace though to know for definite. |
This issue has been automatically marked as stale because no reproduction was provided within 7 days. |
This issue has been resolved in @nx/vue 19.5.6 version @Coly010 |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
When I try to generate a fresh Vue 3 app in my existing NX monorepo using the command
nx g @nx/vue:application my-app --directory apps/my-app --verbose
, I encounter the following error:Expected Behavior
The expected behavior is that the Vue 3 application should be generated successfully without any errors.
GitHub Repo
No response
Steps to Reproduce
nx g @nx/vue:application my-app --directory apps/my-app --verbose
Nx Report
Failure Logs
No response
Package Manager Version
yarn version: 1.22.22
Operating System
Additional Information
I have recently upgraded NX and the NX plugins from v17 to v19. This issue started occurring after the upgrade. Any guidance on resolving this Vue-related issue in NX would be greatly appreciated.
The text was updated successfully, but these errors were encountered: