-
Notifications
You must be signed in to change notification settings - Fork 2
Description
On every ssb app it doesn't open
the log seems to show that I am missing a config file?
No configuration file found at /Users/michaelrodriguez/Library/Preferences/oasis/default.json, using built-in default values. +0ms
oasis No custom style file found at /Users/michaelrodriguez/Library/Preferences/oasis/custom-style.css, ignoring this stylesheet. +1ms
/usr/local/lib/node_modules/@fraction/oasis/src/index.js:132
throw err;
^
SyntaxError: Unexpected string in JSON at position 4
at JSON.parse ()
at exports.parse (/usr/local/lib/node_modules/@fraction/oasis/node_modules/rc/lib/utils.js:15:17)
at addConfigFile (/usr/local/lib/node_modules/@fraction/oasis/node_modules/rc/index.js:30:20)
at Array.forEach ()
at module.exports (/usr/local/lib/node_modules/@fraction/oasis/node_modules/rc/index.js:43:36)
at module.exports (/usr/local/lib/node_modules/@fraction/oasis/node_modules/ssb-config/inject.js:6:12)
at Object. (/usr/local/lib/node_modules/@fraction/oasis/node_modules/ssb-config/index.js:1:37)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)