Closed gileri closed 3 years ago
npm run dev-server-public fails to run on node versions >= 8.10, like the one used in the Docker image.
npm run dev-server-public
That's because watchpack 1.7.4 (required by the latest webpack 4 package), have a version check that disallows recent node versions.
watchpack 1.7.5 fixes that, but there is no webpack 4 package version that requires it. So I ran npm update watchpack
npm update watchpack
Thank you. I update only part of npm the make it run on github actions. But I think we are good for a full update.
npm run dev-server-public
fails to run on node versions >= 8.10, like the one used in the Docker image.That's because watchpack 1.7.4 (required by the latest webpack 4 package), have a version check that disallows recent node versions.
watchpack 1.7.5 fixes that, but there is no webpack 4 package version that requires it. So I ran
npm update watchpack