Lucas Gatsas
Lucas Gatsas
thanks, dbtek! yes, i realized it, need to delete images folder, soon as possible ! thanks for information me to details, busy times! :)
whats that mean.? Errno::EACCES: Permission denied - /Users/spaceodyssey/Desktop/hipster/vendor/bundle/ruby/2.0.0/gems/hitimes-1.2.2/.travis.yml An error occurred while installing hitimes (1.2.2), and Bundler cannot continue. Make sure that `gem install hitimes -v '1.2.2'` succeeds before bundling....
@mbrand1 Ha okey, yes, in my passport.js file ``` const passport = require('passport'), LocalStrategy = require('passport-local').Strategy, GitHubStrategy = require('passport-github2').Strategy, TwitterStrategy = require('passport-twitter').Strategy, FacebookStrategy = require('passport-facebook').Strategy, shortid = require('shortid'); generatePassword =...
@mbrand1 need i have to replace something? i dont understand it.
``` cb(null, user.id); }); passport.deserializeUser(function(id, cb){ User.create({id}, function(err, user) { cb(err, users); }); }); ``` ??? does not. work @mbrand1
@mbrand1 nothing give out in that console. nothing output. peace
@mbrand1 user variable, which user variable, there are more that one. !- I'm not getting clever. -
@mbrand1 there is more that one! User.findOneById or User.findOne or User.create or User.findOrCreate or
@mbrand1 this is my passportjs now. ! not look! this sucks! pardon my 8 hours for this... and so on. ``` const passport = require('passport'), LocalStrategy = require('passport-local').Strategy, GitHubStrategy =...