Installation of NodeBB ABORTED
-
I've been trying to figure this out for the last few days. I've been using this tutorial and I am on digital ocean as well.
Someone please help!
logan@nodebb:~/mynodebb$ node app --setup
10/2 12:02 [27374] - info: NodeBB v0.7.0-dev Copyright (C) 2013-2014 NodeBB Inc.
10/2 12:02 [27374] - info: This program comes with ABSOLUTELY NO WARRANTY.
10/2 12:02 [27374] - info: This is free software, and you are welcome to redistribute it under certain conditions.
10/2 12:02 [27374] - info:
10/2 12:02 [27374] - info: NodeBB Setup Triggered via Command Line
10/2 12:02 [27374] - info: Welcome to NodeBB!
10/2 12:02 [27374] - info: This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed.
10/2 12:02 [27374] - info: Press enter to accept the default setting (shown in brackets).
URL used to access this NodeBB (http://104.236.67.211) http://104.236.67.211
Please enter a NodeBB secret (014eccd1-a4b6-42a0-bb83-4db2c215abb2)
Which database to use (redis)10/2 12:02 [27374] - info: Now configuring redis database:
Host IP or address of your Redis instance (127.0.0.1)
Host port of your Redis instance (6379)
Password of your Redis database
Which database to use (0..n) (0)
10/2 12:02 [27374] - info: Configuration Saved OK
npm WARN package.json [email protected] No README data
npm WARN package.json [email protected] No repository field.
10/2 12:02 [27374] - warn: NodeBB Setup Aborted. The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements!
logan@nodebb:~/mynodebb$ -
@So-Confused Don't use the dev version, it's not guaranteed as stable.
Follow this guide for Ubuntu. It's more up to date. Include v0.6.x in your git pull as per the instructions.
-
@a_5mith said:
@So-Confused Don't use the dev version, it's not guaranteed as stable.
Follow this guide for Ubuntu. It's more up to date. Include v0.6.x in your git pull as per the instructions.
Awesome, I got it set up. Thanks!