-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
As for the API key question, go to |
Same problem here on OSX El Capitan:
After playing around with the dependency declarations in package.json, I think it has something do to with |
Would be nice to have this app on Linux |
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?
The text was updated successfully, but these errors were encountered: