We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When trying to generate a stencil library, it returns the following error
Cannot find module '@nrwl/workspace/src/utilities/ast-utils'
To Reproduce
yarn create nx-workspace app
yarn add @nxext/stencil -D
yarn nx g @nxext/stencil:library core
Expected behavior It should generate a stencil component library
Additional context If it is a compatibility issue with nx versions, please specify which dependencies are compatible, below is my package.json
package.json
{ "name": "example", "version": "0.0.0", "license": "MIT", "private": true, "devDependencies": { "@nrwl/workspace": "^16.1.2", "nx": "16.1.2", "nx-cloud": "latest", "typescript": "^5.0.4" }, "workspaces": [ "packages/*" ], "dependencies": { "@nxext/stencil": "^15.7.0" } }
Logs
The text was updated successfully, but these errors were encountered:
This seems like a duplicate of nxext/nx-extensions-ionic#10. See my comment there for a pretty simple workaround: nxext/nx-extensions-ionic#10
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When trying to generate a stencil library, it returns the following error
Cannot find module '@nrwl/workspace/src/utilities/ast-utils'
To Reproduce
Expected behavior
It should generate a stencil component library
Additional context
If it is a compatibility issue with nx versions, please specify which dependencies are compatible, below is my package.json
The text was updated successfully, but these errors were encountered: