|
Summary: build platforms < 2022-R1 with stripes-cli ~2.4.0 instead of ^2.4.0.
Details: when we split stripes-core and stripes-webpack a year ago, we ended up with some deps in the wrong places. I patched that just recently in stripes-core PR #1146 (
STCOR-584
Closed
) and stripes-webpack PR #41 (
STRWEB-31
Closed
) (adding the missing things to stripes-core and removing the extras from stripes-webpack). But what’s happening here is you’re getting a new stripes-webpack (without the extras) and an old stripes-core (also without the missing deps) and ... boom.
The alternative approach is patch releases of stripes-core and stripes. You could argue this alternative is The Right Way, and I'd agree with you, but it's also three times as much work for exactly the same end-result.
|