-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
Description
Current Behavior
running
nx g @nx/angular:application --directory=apps/test-app --bundler=webpack --docker
gives the error:
'docker' is not found in schema
Expected Behavior
To create a new angular app with docker config.
GitHub Repo
No response
Steps to Reproduce
run:
nx g @nx/angular:application --directory=apps/test-app --bundler=webpack --docker
Nx Report
NX Report complete - copy this into the issue template
Node : 24.5.0
OS : darwin-arm64
Native Target : aarch64-macos
pnpm : 10.26.0
nx : 22.3.3
@nx/js : 22.3.3
@nx/eslint : 22.3.3
@nx/workspace : 22.3.3
@nx/angular : 22.3.3
@nx/jest : 22.3.3
@nx/cypress : 22.3.3
@nx/devkit : 22.3.3
@nx/module-federation : 22.3.3
@nx/rspack : 22.3.3
@nx/storybook : 22.3.3
@nx/web : 22.3.3
@nx/webpack : 22.3.3
@nx/docker : 22.3.3
typescript : 5.8.3
---------------------------------------
Registered Plugins:
@nx/docker
---------------------------------------
Community plugins:
@compodoc/compodoc : 1.1.32
@storybook/angular : 10.1.9
angular-eslint : 20.7.0
---------------------------------------
Cache Usage: 45.78 MB / 92.64 GBFailure Logs
Package Manager Version
No response
Operating System
- macOS
- Linux
- Windows
- Other (Please specify)
Additional Information
No response