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
Running nx g nx-loopback:app in a freshly created nx workspace (version 15.6.0) successfully generates an app,
however when I run nx build restapp I get the following error:
╰─➤ nx build restapp
> NX Ran target build for project restapp (5ms)
✖ 0/0 failed
✔ 0/0 succeeded [0 read from cache]
> NX Unable to resolve nx-loopback/nx-lbv4:build.
unable to find tsconfig.base.json or tsconfig.json
Pass --verbose to see the stacktrace.
Steps to Reproduce
npx [email protected]
cd test-nx-workspace
npm i -D nx-loopback
npm i -D @nrwl/devkit
nx g nx-loopback:app (I name the app 'restapp' and the class RestApp)
nx build restapp
Failure Logs
NX Unable to resolve nx-loopback/nx-lbv4:build.
unable to find tsconfig.base.json or tsconfig.json
Environment
╰─➤ nx --version
15.6.0
╰─➤ nx report
> NX Report complete - copy this into the issue template
Node : 19.4.0
OS : darwin arm64
npm : 9.4.2
nx : 15.6.0
@nrwl/angular : Not Found
@nrwl/cypress : Not Found
@nrwl/detox : Not Found
@nrwl/devkit : 15.6.3
@nrwl/esbuild : Not Found
@nrwl/eslint-plugin-nx : Not Found
@nrwl/expo : Not Found
@nrwl/express : Not Found
@nrwl/jest : Not Found
@nrwl/js : Not Found
@nrwl/linter : Not Found
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : Not Found
@nrwl/nx-cloud : 15.0.3
@nrwl/nx-plugin : Not Found
@nrwl/react : Not Found
@nrwl/react-native : Not Found
@nrwl/rollup : Not Found
@nrwl/schematics : Not Found
@nrwl/storybook : Not Found
@nrwl/web : Not Found
@nrwl/webpack : Not Found
@nrwl/workspace : Not Found
@nrwl/vite : Not Found
typescript : 4.9.5
---------------------------------------
Local workspace plugins:
---------------------------------------
Community plugins:
nx-loopback: 0.0.5
The text was updated successfully, but these errors were encountered:
Current Behavior
Running
nx g nx-loopback:app
in a freshly created nx workspace (version 15.6.0) successfully generates an app,however when I run
nx build restapp
I get the following error:Steps to Reproduce
Failure Logs
Environment
The text was updated successfully, but these errors were encountered: