gravitystorm / openstreetmap-carto

A general-purpose OpenStreetMap mapnik style, in CartoCSS
Other
1.54k stars 823 forks source link

Error on `docker-compose up kosmtik` #4684

Open docentYT opened 2 years ago

docentYT commented 2 years ago

Expected behavior

Docker will run without problems.

Actual behavior

Error log.txt

I noticed that using an older version of dockerfile, the container starts up but throws an error: Cannot read property 'drain' of undefined.

StyXman commented 2 years ago

this most probably belongs here.

Adamant36 commented 2 years ago

You might try upgrading node-gyp by running sudo npm install -g node-gyp since that's where it seems to be erroring out at. Otherwise try updating npm by running npm update and npm install.