miner-manager icon indicating copy to clipboard operation
miner-manager copied to clipboard

Error loading settings file

Open oOTnTOo opened this issue 7 years ago • 1 comments

[2018-05-29 10:45:46.518] [ERROR] config - Error loading settings file in windows 7. when "npm start"

oOTnTOo avatar May 29 '18 02:05 oOTnTOo

I have this error too UPD I fix error, when add after 117 line in api/modules/configModule.js this code: if (!fs.existsSync(configPath)) { config.saveConfig(); }

chitkiu avatar Oct 20 '18 21:10 chitkiu