Vue: Cannot create new workspace using preset due to missing @nx/js
sarahec opened this issue · 1 comments
sarahec commented
Describe the bug
Vue preset fails to install @nx/js before creating the app (which then fails)
To Reproduce
- Run
npx create-nx-workspace
with--preset=@nxext/vue
- Give an app name when asked
- Observe:
> NX Cannot find module '@nx/js'
followed by a stack trace starting atcreate-application-files.js
- You get a workspace without the app
Expected behavior
A new workspace containing the named app.
Additional context
This happens whether or not nx is installed globally
DominikPieper commented
I'll close this because of the deprecation of the Vue plugin in favor of the official @nx/vue plugin