Geodan / mapbox-3dtiles

3D Tiles implementation using Mapbox GL JS custom layers
BSD 3-Clause "New" or "Revised" License
297 stars 62 forks source link

Something is wrong with the installation #31

Open CptHolzschnauz opened 3 years ago

CptHolzschnauz commented 3 years ago

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

chrislcs commented 3 years ago

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

bertt commented 3 years ago

or .npmrc ?

chrislcs commented 3 years ago

Ah yes true, delete them both

CptHolzschnauz commented 3 years ago

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