Open Kobrairaq opened 3 years ago
make sure you're using node version 10.x as described in the readme
That version is EOL...
I've had problems with installation. This seems to work:
Install the following pre-reqs
sudo apt install nodejs npm build-essential libcairo2-dev libprotobuf-dev libegl1-mesa
npm needs and update before tileserver-gl can be installed
sudo npm install -g npm@latest
Install tileserver-gl
sudo npm install -g tileserver-gl
Run tileserver-gl
tileserver-gl <PATH_TO_MAP>
when i try install tileserver-gl with the npm i get this error Failed at the @mapbox/mapbox-gl-native@5.0.2 install script ?