nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs
MIT License
451 stars 100 forks source link

Vue: Cannot create new workspace using preset due to missing @nx/js #1016

Closed sarahec closed 9 months ago

sarahec commented 10 months ago

Describe the bug

Vue preset fails to install @nx/js before creating the app (which then fails)

To Reproduce

  1. Run npx create-nx-workspace with --preset=@nxext/vue
  2. Give an app name when asked
  3. Observe: > NX Cannot find module '@nx/js' followed by a stack trace starting at create-application-files.js
  4. 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 9 months ago

I'll close this because of the deprecation of the Vue plugin in favor of the official @nx/vue plugin