Syntax Error: Unexpected String
I am running into the following issue when running the command below.
Currently running Ubuntu 14.04 LTS
I've tried a fresh install and fresh instance of ubuntu 14.04 with fresh install of all requirements, and still run into the same issue.
Any assistance would greatly be appreciated.
sudo node init.js SyntaxError: Unexpected string
/home/ubuntu/pool/lib/logger.js:16
var logDir = config.logging.files.directory;
^
ReferenceError: config is not defined
at Object.
node version ???
$ node -v
I have the same error my node version is v0.10.25 Thanks for the support
It's because there is a string that shouldn't be... I think you should use another config.json
How to fix please ?
cryptonote-solacecoin-pool/lib/logger.js:16 var logDir = config.logging.files.directory;
same problem how to fix