narendrashetty / uber-mobile-web

This is an attempt to mock the new uber app into mobile web to learn how react can be used to optimize for mobile web.

Home Page:https://uberweb.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm install breaks

goldylucks opened this issue · comments

Fresh clone:

$ npm install
npm WARN deprecated geojson-normalize@0.0.1: This module is now under the @mapbox namespace: install @mapbox/geojson-normalize instead
npm ERR! tar.unpack unzip error /tmp/npm-30328-a3af35fb/registry.npmjs.org/gl/-/gl-4.0.2.tgz

r u getting this?

I get the first one. Additionally I get
UNMET PEER DEPENDENCY luma.gl@^2.10.3
UNMET PEER DEPENDENCY react@15.4.1
and some other other deprecations.

Thanks for creating the project! @narendrashetty

@stuRad read about peerDependencies, that is not an error :)

@goldylucks @stuRad regarding the geo-normalize this seems to be the problem with the dependency of react-mapbox-gl. Updating it should solve it. Let me know if it does.
Cheers.