Stencil: conflicting peer dependencies on `npm i @nxext/stencil`
dgonzalezr opened this issue ยท 2 comments
dgonzalezr commented
Describe the bug
Installing @nxext/stencil in a brand new Nx workspace throws conflicting peer dependencies warnings.
I know that dependencies are pinned in the package.json
of @nxext/stencil
, but I am not sure if it can be the root cause.
To Reproduce
- Create a new Nx workspace.
- Add
@nxext/stencil
package
Expected behavior
Expecting no warning or error regarding dependencies or peer dependencies.
dgonzalezr commented
This seems to be solved with the latest release: v17.2.0, thanks a lot @DominikPieper ๐๐ผ ๐
DominikPieper commented
Great ๐ Iโll close this now ๐