Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS D:\dev\nodebb\nodebb> .\nodebb activate nodebb-plugin-dbsearch
  2. 2019-01-03T20:56:41.321Z [4567/13412] - warn: You have no mongo username/password setup!
  3. 2019-01-03T20:56:41.369Z [4567/13412] - info: Activating plugin `nodebb-plugin-dbsearch`
  4. PS D:\dev\nodebb\nodebb> .\nodebb dev
  5.  
  6. NodeBB v1.11.1 Copyright (C) 2013-2014 NodeBB Inc.
  7. This program comes with ABSOLUTELY NO WARRANTY.
  8. This is free software, and you are welcome to redistribute it under certain conditions.
  9. For the full license, please visit: http://www.gnu.org/copyleft/gpl.html
  10.  
  11. Clustering enabled: Spinning up 1 process(es).
  12.  
  13. 2019-01-03T20:56:46.397Z [4567/14596] - verbose: * using configuration stored in: D:\dev\nodebb\nodebb\config.json
  14. 2019-01-03T20:56:46.560Z [4567/14596] - info: Initializing NodeBB v1.11.1 http://localhost:4567
  15. 2019-01-03T20:56:46.561Z [4567/14596] - verbose: * using mongo store at 127.0.0.1:27017
  16. 2019-01-03T20:56:46.562Z [4567/14596] - verbose: * using themes stored in: D:\dev\nodebb\nodebb\node_modules
  17. 2019-01-03T20:56:46.779Z [4567/14596] - warn: You have no mongo username/password setup!
  18. 2019-01-03T20:56:49.309Z [4567/14596] - verbose: [minifier] utilizing a maximum of 7 additional threads
  19. 2019-01-03T20:56:49.343Z [4567/14596] - verbose: Checking dependencies for outdated modules
  20. 2019-01-03T20:56:49.475Z [4567/14596] - error: Your NodeBB schema is out-of-date. Please run the following command to bring your dataset up to spec:
  21. 2019-01-03T20:56:49.477Z [4567/14596] - error:     ./nodebb upgrade
  22. [cluster] Child Process (14596) has exited (code: 0, signal: null)
  23. PS D:\dev\nodebb\nodebb> .\nodebb upgrade
  24.  
  25. Updating NodeBB...
  26.  
  27. 1. Updating package.json file with defaults...  OK
  28.  
  29. 2. Bringing base dependencies up to date...  started
  30. audited 4315 packages in 4.913s
  31. found 5 vulnerabilities (1 low, 4 moderate)
  32.   run `npm audit fix` to fix them, or `npm audit` for details
  33.  
  34. 3. Checking installed plugins for updates...2019-01-03T20:57:02.556Z [4567/5060] - warn: You have no mongo username/password setup!
  35.   OK
  36. 4. Updating NodeBB data store schema...2019-01-03T20:57:04.802Z [4567/5060] - warn: You have no mongo username/password setup!
  37.  
  38. Parsing upgrade scripts...
  39. OK | 1 script(s) found, 68 skipped
  40.   → [2018/12/26] Changing dbsearch mongodb search schema to use _id...
  41. 2019-01-03T20:57:05.024Z [4567/5060] - error: uncaughtException: Cannot find module './src/database'
  42. Error: Cannot find module './src/database'
  43.     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
  44.     at Function.Module._load (internal/modules/cjs/loader.js:507:25)
  45.     at Module.require (internal/modules/cjs/loader.js:637:17)
  46.     at Object.<anonymous> (D:\dev\nodebb\nodebb\node_modules\nodebb-plugin-dbsearch\lib\dbsearch.js:9:23)
  47.     at Module._compile (internal/modules/cjs/loader.js:689:30)
  48.     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
  49.     at Module.load (internal/modules/cjs/loader.js:599:32)
  50.     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
  51.     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
  52.     at Module.require (internal/modules/cjs/loader.js:637:17) {"error":{"code":"MODULE_NOT_FOUND"},"stack":"Error: Cannot find module './src/database'\n    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)\n    at Function.Module._load (internal/modules/cjs/loader.js:507:25)\n    at Module.require (internal/modules/cjs/loader.js:637:17)\n    at Object.<anonymous> (D:\\dev\\nodebb\\nodebb\\node_modules\\nodebb-plugin-dbsearch\\lib\\dbsearch.js:9:23)\n    at Module._compile (internal/modules/cjs/loader.js:689:30)\n    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)\n    at Module.load (internal/modules/cjs/loader.js:599:32)\n    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)\n    at Function.Module._load (internal/modules/cjs/loader.js:530:3)\n    at Module.require (internal/modules/cjs/loader.js:637:17)","exception":true,"date":"Thu Jan 03 2019 21:57:05 GMT+0100 (GMT+01:00)","process":{"pid":5060,"uid":null,"gid":null,"cwd":"D:\\dev\\nodebb\\nodebb","execPath":"D:\\Programmer\\NodeJS\\node.exe","version":"v10.15.0","argv":["D:\\Programmer\\NodeJS\\node.exe","D:\\dev\\nodebb\\nodebb\\src\\cli","upgrade"],"memoryUsage":{"rss":125173760,"heapTotal":104243200,"heapUsed":67794264,"external":18700556}},"os":{"loadavg":[0,0,0],"uptime":773511},"trace":[{"column":15,"file":"internal/modules/cjs/loader.js","function":"Module._resolveFilename","line":581,"method":"_resolveFilename","native":false},{"column":25,"file":"internal/modules/cjs/loader.js","function":"Module._load","line":507,"method":"_load","native":false},{"column":17,"file":"internal/modules/cjs/loader.js","function":"Module.require","line":637,"method":"require","native":false},{"column":23,"file":"D:\\dev\\nodebb\\nodebb\\node_modules\\nodebb-plugin-dbsearch\\lib\\dbsearch.js","function":null,"line":9,"method":null,"native":false},{"column":30,"file":"internal/modules/cjs/loader.js","function":"Module._compile","line":689,"method":"_compile","native":false},{"column":10,"file":"internal/modules/cjs/loader.js","function":"Module._extensions..js","line":700,"method":".js","native":false},{"column":32,"file":"internal/modules/cjs/loader.js","function":"Module.load","line":599,"method":"load","native":false},{"column":12,"file":"internal/modules/cjs/loader.js","function":"tryModuleLoad","line":538,"method":null,"native":false},{"column":3,"file":"internal/modules/cjs/loader.js","function":"Module._load","line":530,"method":"_load","native":false},{"column":17,"file":"internal/modules/cjs/loader.js","function":"Module.require","line":637,"method":"require","native":false}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement