Describe the bug
If adding an output target to a library all supported output targets need to be installed. This is probably how the nxext code is implemented, so that it requires to have everything installed.
To Reproduce
create a new stencil library (nx g @nxext/stencil:lib web-components --buildable=true --style=scss) within an Angular workspace
add output target for angular for that library (nx g @nxext/stencil:add-outputtarget web-components --outputType=angular)
error on execution:
Describe the bug If adding an output target to a library all supported output targets need to be installed. This is probably how the nxext code is implemented, so that it requires to have everything installed.
To Reproduce
nx g @nxext/stencil:lib web-components --buildable=true --style=scss
) within an Angular workspacenx g @nxext/stencil:add-outputtarget web-components --outputType=angular
) error on execution:Cannot find module '@nrwl/react' Require stack:
Expected behavior It should not be required to have everything installed, if only one part of the generator is used