Open steinybot opened 9 months ago
I see this on
node --version
v18.19.0
FWIW
nvm use 16
fixed my issue
It's a case of running yarn update webpack
. I'm just testing the other examples.
issue-tracker
uses react-scripts
3.2.0
which in turn uses an old version of webpack. There is no version of react-scripts
that uses webpack 4.47.0 (see https://github.com/facebook/create-react-app/issues/13513).
This will have to be updated to react-scripts
5 which uses webpack 5 (there are breaking changes).
Steps to reproduce:
Fails with: