Rigidflame / firebase-passport-login

Use Express Passport libraries for Firebase Authentication
43 stars 10 forks source link

Deploy to heroku #4

Open AdrienDC opened 8 years ago

AdrienDC commented 8 years ago

Hi all, anyone has successfully deployed this to Heroku? I can't achieve it on my side..

2016-04-09T14:42:34.118746+00:00 app[web.1]: npm ERR! Linux 3.13.0-79-generic 2016-04-09T14:42:34.119063+00:00 app[web.1]: npm ERR! argv "/app/.heroku/node/bin/node" "/app/.heroku/node/bin/npm" "start" 2016-04-09T14:42:34.119213+00:00 app[web.1]: npm ERR! node v5.10.0 2016-04-09T14:42:34.119537+00:00 app[web.1]: npm ERR! npm v3.8.3 2016-04-09T14:42:34.119770+00:00 app[web.1]: npm ERR! code ELIFECYCLE 2016-04-09T14:42:34.120043+00:00 app[web.1]: npm ERR! firebase-passport-login@0.1.0 start: node server/server.js 2016-04-09T14:42:34.120147+00:00 app[web.1]: npm ERR! Exit status 1 2016-04-09T14:42:34.120266+00:00 app[web.1]: npm ERR! 2016-04-09T14:42:34.120375+00:00 app[web.1]: npm ERR! Failed at the firebase-passport-login@0.1.0 start script 'node server/server.js'. 2016-04-09T14:42:34.120602+00:00 app[web.1]: npm ERR! If you do, this is most likely a problem with the firebase-passport-login package, 2016-04-09T14:42:34.120489+00:00 app[web.1]: npm ERR! Make sure you have the latest version of node.js and npm installed. 2016-04-09T14:42:34.120710+00:00 app[web.1]: npm ERR! not with npm itself. 2016-04-09T14:42:34.120849+00:00 app[web.1]: npm ERR! Tell the author that this fails on your system: 2016-04-09T14:42:34.120948+00:00 app[web.1]: npm ERR! node server/server.js 2016-04-09T14:42:34.121048+00:00 app[web.1]: npm ERR! You can get information on how to open an issue for this project with: 2016-04-09T14:42:34.121143+00:00 app[web.1]: npm ERR! npm bugs firebase-passport-login 2016-04-09T14:42:34.121235+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via: 2016-04-09T14:42:34.121338+00:00 app[web.1]: npm ERR! npm owner ls firebase-passport-login 2016-04-09T14:42:34.121424+00:00 app[web.1]: npm ERR! There is likely additional logging output above. 2016-04-09T14:42:34.125640+00:00 app[web.1]: 2016-04-09T14:42:34.125817+00:00 app[web.1]: npm ERR! Please include the following file with any support request: 2016-04-09T14:42:34.125921+00:00 app[web.1]: npm ERR! /app/npm-debug.log 2016-04-09T14:42:34.745632+00:00 heroku[web.1]: State changed from starting to crashed 2016-04-09T14:42:34.729217+00:00 heroku[web.1]: Process exited with status 1

Thanks