[email protected]:~# cd /home/nodebb
-bash: cd: /home/nodebb: No such file or directory
[email protected]:~# cd home
[email protected]:~/home# cd nodebb
[email protected]:~/home/nodebb# ./nodebb stop
Stopping NodeBB. Goodbye!
[email protected]:~/home/nodebb# git pull
remote: Counting objects: 2479, done.
remote: Compressing objects: 100% (1181/1181), done.
remote: Total 2479 (delta 1524), reused 1951 (delta 1267)
Receiving objects: 100% (2479/2479), 961.29 KiB | 447 KiB/s, done.
Resolving deltas: 100% (1524/1524), done.
From https://github.com/NodeBB/NodeBB
- b85261e...7c14e6f v0.5.x -> origin/v0.5.x (forced update)
- [new branch] ACP2 -> origin/ACP2
aa116e6..e6824fd master -> origin/master
- [new tag] v0.5.1 -> v0.5.1
Auto-merging tests/mocks/databasemock.js
Removing public/vendor/tabIndent/tabIndent.js
Removing public/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
Removing public/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
Removing public/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
Removing public/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
Removing public/src/templates.js
Auto-merging public/src/forum/admin/manage/users.js
Auto-merging public/src/forum/admin/manage/groups.js
Auto-merging public/src/forum/admin/manage/categories.js
Removing public/src/forum/admin/languages.js
Removing public/src/forum/admin/index.js
Auto-merging public/src/forum/admin/general/sounds.js
Auto-merging public/src/forum/admin/extend/widgets.js
Auto-merging public/src/forum/admin/extend/plugins.js
Auto-merging npm-shrinkwrap.json
CONFLICT (add/add): Merge conflict in npm-shrinkwrap.json
Removing NOTES.md
Automatic merge failed; fix conflicts and then commit the result.
[email protected]:~/home/nodebb# ./nodebb upgrade
npm ERR! install Couldn't read dependencies
npm ERR! Linux 3.2.0-4-amd64
npm ERR! argv "node" "/usr/bin/npm" "install"
npm ERR! node v0.10.29
npm ERR! npm v2.0.0
npm ERR! Unexpected token <
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! http://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /root/home/nodebb/npm-debug.log
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm ERR! Linux 3.2.0-4-amd64
npm ERR! argv "node" "/usr/bin/npm" "i" "nodebb-theme-vanilla" "nodebb-theme-lavender" "nodebb-widget-essentials"
npm ERR! node v0.10.29
npm ERR! npm v2.0.0
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.1.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.0.111
npm ERR! Please include the following file with any support request:
npm ERR! /root/home/nodebb/npm-debug.log
info: NodeBB v0.5.1 Copyright (C) 2013-2014 NodeBB Inc.
info: This program comes with ABSOLUTELY NO WARRANTY.
info: This is free software, and you are welcome to redistribute it under certain conditions.
info:
Warning: Redis server does not require a password, but a password was supplied.
info: Beginning database schema update
info: [2014/2/19] Updating MOTD to use the HTML widget - skipped
info: [2014/2/20] Adding Recent Replies, Active Users, and Moderator widgets to category sidebar - skipped
info: [2014/2/20] Adding Forum Stats Widget to the Homepage Footer - skipped
info: [2014/2/20] Updating Lavender MOTD - skipped
info: [2014/2/20] Activating NodeBB Essential Widgets - skipped
info: [2014/2/22] Added categories to sorted set - skipped
info: [2014/3/18] Migrating Markdown settings to new configuration - skipped
info: [2014/3/21] Removing gids and pruning groups - skipped
info: [2014/3/31] Re-adding copyright message into global footer widget - skipped
info: [2014/4/1] Moved home sidebar widgets into draft zone - skipped
info: [2014/4/2] Moved deprecated vanilla footer widgets into draft zone - skipped
info: [2014/5/13] Updating privilege settings - skipped
info: [2014/5/16] Removing allowGuestPosting option - skipped
info: [2014/5/16] Tags upgrade - skipped
info: [2014/6/6] Topic upgrade - skipped
info: [2014/6/17] Category post count upgrade - skipped
info: [2014/7/23] Upgrading db dependencies - skipped
info: [2014/7/24] Upgrading chats to sorted set - skipped
info: [2014/9/8] Deleting old notifications...
info: [2014/9/8] Deleted old notifications
info: [2014/9/27] Deleting tid:<tid>:read_by_uid...
info: [2014/9/27] Deleted tid:<tid>:read_by_uid
info: [upgrade] Schema already up to date!
NodeBB Dependencies up-to-date!
[email protected]:~/home/nodebb# ./nodebb start
Starting NodeBB
"./nodebb stop" to stop the NodeBB server
"./nodebb log" to view server output
module.js:340
throw err;
^
Error: Cannot find module 'logrotate-stream'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/root/home/nodebb/loader.js:8:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)