I run the commands given in the README and this error I was given
BUILD SUCCESSFUL
Total time: 1 mins 44.941 secs
Built the following apk(s):
/home/seba/repos/test_applications/react-redux-cordova-boilerplate/.cordova/platforms/android/build/outputs/apk/android-release-unsigned.apk
Please specify alias name
Please type jarsigner -help for usage
[11:38:02] 'build:android' errored after 2.62 min
[11:38:02] Error: Command `jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore YOU-KEYSTORE-FILE.keystore ./platforms/android/build/outputs/apk/android-release-unsigned.apk` failed with exit code 1
at ChildProcess.exithandler (child_process.js:744:12)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1008:16)
at Socket.<anonymous> (child_process.js:1176:11)
at Socket.emit (events.js:107:17)
at Pipe.close (net.js:476:12)
npm ERR! Linux 3.5.0-61-generic
npm ERR! argv "/home/seba/.nvm/v0.11.16/bin/node" "/home/seba/.nvm/v0.11.16/bin/npm" "run" "build:android"
npm ERR! node v0.11.16
npm ERR! npm v2.3.0
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build:android: `eslint scripts && gulp build:android`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build:android script 'eslint scripts && gulp build:android'.
npm ERR! This is most likely a problem with the react-redux-cordova-boilerplate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! eslint scripts && gulp build:android
npm ERR! You can get their info via:
npm ERR! npm owner ls react-redux-cordova-boilerplate
npm ERR! There is likely additional logging output above.
On dev server runs great. Thanks for the boilerplate! Any idea why it wouldn't work?