-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stencil: Nx Stencil generate application or library throwing "implementation is not a function" error. #1138
Comments
Hi @vishnuskrish This has just got fixed there #1139 and this issue potentially duplicates that one #1137 |
@vishnuskrish btw next issue you are gonna be faced is that one #1142 - eslint flat config is not yet supported by our libraries. I am currently working on this. |
@vishnuskrish could you re-check if the issue is still valid? It should get fixed. |
ok. I will check again. Does the default preset (Typescript starter) works now? |
@vishnuskrish no, it is not supported yet either for official NX plugins or for @nxext plugins. You must use a preset other than |
@pawel-twardziak I have checked with latest version. and the issue was not occurring. |
@vishnuskrish happy to hear that :))) can we close this issue then? |
yes |
@DominikPieper @edbzn this issue is ready to close. |
Describe the bug
When creating a new stencil library or application using
$ nx generate @nxext/stencil:app my-app --verbose
command, it fails and throw the following errorimplementation is not a function
.To Reproduce
Steps to reproduce the behavior:
$ npx create-nx-workspace@latest myorg
$ cd myorg
$ npm add @nxext/stencil --save
nx generate @nxext/stencil:app my-app --verbose
Expected behavior
Additional context
Add any other context about the problem here.
NX Report complete - copy this into the issue template
Node : 20.17.0
OS : win32-x64
Native Target : x86_64-windows
npm : 10.8.2
nx (global) : 20.0.0
nx : 20.0.0
@nx/js : 20.0.0
@nx/jest : 20.0.0
@nx/eslint : 20.0.0
@nx/workspace : 20.0.0
@nx/angular : 20.0.0
@nx/cypress : 20.0.0
@nx/devkit : 20.0.0
@nx/react : 20.0.0
@nx/storybook : 20.0.0
@nx/web : 20.0.0
@nx/webpack : 20.0.0
typescript : 5.5.4
Registered Plugins:
@nx/js/typescript
The text was updated successfully, but these errors were encountered: