fs.mkdirSync(modulesDir, function (err) {
                if (err) {
                    // TODO: Handle error
                    console.log('error:');
                    console.log(err);