'SyntaxError: Unexpected token' on first run
Opened this issue · 0 comments
Going through the initial install/setup steps, and got everything working, but when I run ./locker I get the following error, and then everything shuts down.
2 Jun 18:49:05 - error: Uncaught exception:
2 Jun 18:49:05 - error: [SyntaxError: Unexpected token }]
2 Jun 18:49:05 - error: 'SyntaxError: Unexpected token }\n at Object.parse (native)\n at Object.init (/Users/chad/Locker/Ops/registry.js:40:20)\n at /Users/chad/Locker/lockerd.js:143:18\n at /Users/chad/Locker/Common/node/ldatastore.js:25:9\n at /Users/chad/Locker/Common/node/lmongo.js:51:9\n at Object.connect (/Users/chad/Locker/Common/node/lmongo.js:19:30)\n at Object.init (/Users/chad/Locker/Common/node/lmongo.js:47:11)\n at Object.init (/Users/chad/Locker/Common/node/ldatastore.js:22:12)\n at Object.init (/Users/chad/Locker/Common/node/lsyncmanager.js:72:16)\n at Object.init (/Users/chad/Locker/Common/node/lsyncmanager.js:96:15)'
2 Jun 18:49:05 - info: Shutting down...
Has anyone else run into this just getting started? I'm new to the project so not sure how to resolve. Can't seem to find any clues in the referenced files. Thanks!