Closed aczire closed 2 years ago
hi @aczire it seems that create-nx-workspace with the ts option no longer generates apps directory, can you try creating a workspace using these options
✔ Choose your style · integrated ✔ What to create in the new workspace · apps ✔ Enable distributed caching to make your CI faster · No
i have to fix the documentation
nx pkg
fails with below exception. Seems its still looking at the apps directory instead of packages directory to find the source during the package phase.Seems some change is required here, https://github.com/betrueagency/nx-reactjs-elementor/blob/8eb67b98bde8247bb325f3c55fbb412133cc37f8/packages/react-elementor/src/executors/build/executor.ts#L29
@nrwl/workspace:run-commands is deprecated and will be removed in Nx 16. Please switch to nx:run-commands
———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
Failed tasks:
my-project:pkg
Hint: run the command with --verbose for more details.