Ekpo Eddy
Ekpo Eddy
THIS IS MY CODE: `const express = require('express') ; const passport = require('passport'); const GoogleStrategy = require('passport-google-oauth20').Strategy const keys = require('./config/keys'); const app = express(); passport.use(new GoogleStrategy({ clientID: keys.googleClientID, clientSecret:...
2019-01-15T15:22:25.802182+00:00 app[web.1]: npm ERR! 2019-01-15T15:22:25.802484+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script. 2019-01-15T15:22:25.803024+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional...