osu-ahr
osu-ahr copied to clipboard
when i start the git bash the console throw me this please help
npm start
[email protected] start node dist/cli/index.js
Loading log4js configuration from ./config/log_cli.json C:\escritorio\ayuda creo XD\osu-ahr-master\node_modules\log4js\lib\log4js.js:52 throw new Error( ^
Error: Problem reading config from file "./config/log_cli.json". Error was ENOENT: no such file or directory, open './config/log_cli.json'
at loadConfigurationFile (C:\escritorio\ayuda creo XD\osu-ahr-master\node_modules\log4js\lib\log4js.js:52:11)
at Object.configure (C:\escritorio\ayuda creo XD\osu-ahr-master\node_modules\log4js\lib\log4js.js:68:20)
at Object.
this :(
Use the npm start
command from the root directory of your osu-ahr folder, not inside the osu-ahr/config
folder.
Also make sure config/log_cli.json
do exists because the error means it cannot find that specific file.
thanks