Stencil: Cannot read properties of undefined (reading 'validateConfig')
#1086
Labels
bug
Something isn't working
Describe the bug
When trying to use
nx build elements
(the lib package name is ‘elements’ for this project), nx gives the error in the title. The task is configured like so:Unfortunately passing
--verbose
does not provide a stacktrace. This was after some other debugging that prompted populatingconfigPath
andoutputPath
(these error instead of being listed as required by the schema.json), so I can confirm Nx is running the executor provided in@nxext/stencil
.To Reproduce
It will be difficult to provide a minimal reproduction because @nxext does not provide any functioning example project (that I could find), and I was unable to generate a functioning project using
nx g @nxext/stencil:lib
(#1087).For me:
@nxext/stencil
as a dev dependencyExpected behavior
Should produce a build output without errors.
Additional context
A proven, functioning project using these executors would help check my sanity. Is one available?
The text was updated successfully, but these errors were encountered: