Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on Linux? #7

Open
Silent-Hunter opened this issue May 5, 2016 · 3 comments
Open

Building on Linux? #7

Silent-Hunter opened this issue May 5, 2016 · 3 comments

Comments

@Silent-Hunter
Copy link

Does this app build on Linux, or is it Mac OS only?

I get this when I run npm install:

`silent@TERMINAL-BMRF-9 ~/.fastlane $npm install
npm ERR! Linux 4.4.6-gentoo
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v0.12.6
npm ERR! npm v2.11.2
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants react@^15.0.2
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0 || ^15.0.0-0
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0 || ^15.0.0

npm ERR! Please include the following file with any support request:
npm ERR! /home/silent/.fastlane/npm-debug.log`

And I get this when I try to run it:

`silent@TERMINAL-BMRF-9 ~/.fastlane $ npm run start
npm ERR! Linux 4.4.6-gentoo
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "start"
npm ERR! node v0.12.6
npm ERR! npm v2.11.2

npm ERR! missing script: start
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /home/silent/.fastlane/npm-debug.log`

I also have no idea how to actually get the API key, is it one specially for me? Do I have to register as a developer?

@agraebe
Copy link

agraebe commented May 5, 2016

As for the API key question, go to https://developer.uber.com/, click on Register your app. As soon as you're finished, you can add a new application in your Developer Dashboard. This new application will provide you with server_token, client_id, and client_secret keys. These are your API keys.

@agraebe
Copy link

agraebe commented May 6, 2016

Same problem here on OSX El Capitan:

npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.4.3
npm ERR! npm  v2.15.1
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants react@^15.0.2
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0 || ^15.0.0-0
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0 || ^15.0.0

After playing around with the dependency declarations in package.json, I think it has something do to with webpack": "^2.1.0-beta.2. Also, looking at david-dm, some packages seem to be not on the most recent stable version.

@prcastro
Copy link

Would be nice to have this app on Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants