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