Geodan / mapbox-3dtiles

3D Tiles implementation using Mapbox GL JS custom layers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Something is wrong with the installation

CptHolzschnauz opened this issue · comments

After npm install, the following error occurs:
fetchMetadata: sill fetchPackageMetaData error for mapbox-gl@^1.10.0 request to https://repo.geodan.io/repository/npm/mapbox-gl failed, reason: socket hang up

It is trying to access Geodan's private repo, which you can't access. Delete the package-lock.json file and try npm install again

or .npmrc ?

Ah yes true, delete them both

Thx a bunch, working now! Fantastic job you guys made!