You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx create-nx-workspace@latest myorg --preset apps
cd myorg
npx nx add @nx/rsbuild
npm install @ng-rsbuild/plugin-nx
npx nx g @ng-rsbuild/nx:application myapp
When I get to the last step: npx nx g @ng-rsbuild/nx:application myapp I get this error:
NX Unable to resolve @ng-rsbuild/nx:application.
unable to find tsconfig.base.json or tsconfig.json
Error: Unable to resolve @ng-rsbuild/nx:application.
unable to find tsconfig.base.json or tsconfig.json
at getGeneratorInformation (/Users/scott/tmp/myorg2/node_modules/nx/src/command-line/generate/generator-utils.js:40:15)
at /Users/scott/tmp/myorg2/node_modules/nx/src/command-line/generate/generate.js:216:248
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async handleErrors (/Users/scott/tmp/myorg2/node_modules/nx/src/utils/handle-errors.js:8:24)
at async Object.handler (/Users/scott/tmp/myorg2/node_modules/nx/src/command-line/generate/command-object.js:13:22)
I don't see any tsconfig.json or tsconfig.base.json in any directory other than node_modules.
The text was updated successfully, but these errors were encountered:
Using nx 20.4.6 I am following the directions here: https://angular-rspack.dev/getting-started/quick-start
When I get to the last step: npx nx g @ng-rsbuild/nx:application myapp I get this error:
I don't see any tsconfig.json or tsconfig.base.json in any directory other than node_modules.
The text was updated successfully, but these errors were encountered: