-
-
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: Error with Stencil 2.17.2 and higher #771
Comments
just so if anyone is struggling, a temporary fix is to pin @stencil/core to 2.17.1 and @nxext/stencil to 14.0.5 with nrwl packages to 14.5.x |
Steps to reproduce: yarn create nx-workspace
yarn add --dev @nxext/stencil yarn nx generate @nxext/stencil:application sample --no-interactive yarn nx run sample:build -> Working build yarn add --dev @stencil/[email protected] yarn nx run sample:build -> Failing Build |
👋 I believe this is an issue on Stencil's end. ionic-team/stencil#3518 should fix this issue |
@rwaskiewicz thanks. I follow the issue with that in the stencil project as well 😁 after that’s released I’ll remove the temporary version pin and add the latest version by default |
I think we can close this -- works fine after stencil 2.17.4 release |
Describe the bug
Build fails with an error since 2.17.2 and higher
To Reproduce
Use Stencil higher than 2.17.1
Expected behavior
Should work
Additional context
Error:
The text was updated successfully, but these errors were encountered: