Hey Josh! First of all, thanks a lot for sharing this project, it really looks interesting. I was hoping to give it a run, but when starting the server I get this:
fs.js:640
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open './server/config/aws.json'
at Error (native)
at Object.fs.openSync (fs.js:640:18)
at Object.fs.readFileSync (fs.js:508:33)
at Object.readFileSync (/Users/luisnomad/Projects/Tello/node_modules/aws-sdk/lib/util.js:97:26)
at Config.loadFromPath (/Users/luisnomad/Projects/Tello/node_modules/aws-sdk/lib/config.js:407:39)
at Object.<anonymous> (/Users/luisnomad/Projects/Tello/server/helpers/image.helpers.js:12:12)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/luisnomad/Projects/Tello/server/models/User.model.js:5:50)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
[nodemon] app crashed - waiting for file changes before starting...
Since there's no installation guide, I assume there's a step/pre-requisite I am missing, right?
Thanks again!
Hey Josh! First of all, thanks a lot for sharing this project, it really looks interesting. I was hoping to give it a run, but when starting the server I get this:
Since there's no installation guide, I assume there's a step/pre-requisite I am missing, right?
Thanks again!