Advertisement
Superloup10

Untitled

Feb 10th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Sun, 10 Feb 2019 15:17:43 GMT sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators at node_modules\sequelize\lib\sequelize.js:242:13
  2. D:\Superloup10\Bureau\Programmation\web\wolfblog-api\controller\UserController.js:27
  3. res.json();
  4. ^
  5.  
  6. TypeError: Cannot read property 'json' of undefined
  7. at Object.unLogUser (D:\Superloup10\Bureau\Programmation\web\wolfblog-api\controller\UserController.js:27:13)
  8. at Object.<anonymous> (D:\Superloup10\Bureau\Programmation\web\wolfblog-api\routes\api.js:23:23)
  9. at Module._compile (internal/modules/cjs/loader.js:734:30)
  10. at Object.Module._extensions..js (internal/modules/cjs/loader.js:745:10)
  11. at Module.load (internal/modules/cjs/loader.js:626:32)
  12. at tryModuleLoad (internal/modules/cjs/loader.js:566:12)
  13. at Function.Module._load (internal/modules/cjs/loader.js:558:3)
  14. at Module.require (internal/modules/cjs/loader.js:663:17)
  15. at require (internal/modules/cjs/helpers.js:20:18)
  16. at fs.readdirSync.filter.forEach (D:\Superloup10\Bureau\Programmation\web\wolfblog-api\routes\index.js:16:9)
  17. at Array.forEach (<anonymous>)
  18. at module.exports (D:\Superloup10\Bureau\Programmation\web\wolfblog-api\routes\index.js:15:77)
  19. at Object.<anonymous> (D:\Superloup10\Bureau\Programmation\web\wolfblog-api\app.js:16:20)
  20. at Module._compile (internal/modules/cjs/loader.js:734:30)
  21. at Object.Module._extensions..js (internal/modules/cjs/loader.js:745:10)
  22. at Module.load (internal/modules/cjs/loader.js:626:32)
  23. at tryModuleLoad (internal/modules/cjs/loader.js:566:12)
  24. at Function.Module._load (internal/modules/cjs/loader.js:558:3)
  25. at Module.require (internal/modules/cjs/loader.js:663:17)
  26. at require (internal/modules/cjs/helpers.js:20:18)
  27. at Object.<anonymous> (D:\Superloup10\Bureau\Programmation\web\wolfblog-api\bin\www:7:11)
  28. at Module._compile (internal/modules/cjs/loader.js:734:30)
  29.  
  30. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement