mapbox-3dtiles icon indicating copy to clipboard operation
mapbox-3dtiles copied to clipboard

Something is wrong with the installation

Open CptHolzschnauz opened this issue 4 years ago • 4 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

CptHolzschnauz avatar Aug 20 '20 16:08 CptHolzschnauz

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

chrislcs avatar Aug 21 '20 07:08 chrislcs

or .npmrc ?

bertt avatar Aug 21 '20 08:08 bertt

Ah yes true, delete them both

chrislcs avatar Aug 21 '20 08:08 chrislcs

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

CptHolzschnauz avatar Aug 21 '20 08:08 CptHolzschnauz