osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 38 forks source link

Update watchpack to ^1.7.5 #337

Closed gileri closed 3 years ago

gileri commented 3 years ago

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

frodrigo commented 3 years ago

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.