Searched refs:newModulePath (Results 1 – 2 of 2) sorted by relevance
40 const newModulePath = path.resolve(newModuleParentPath, configuration.npmModuleName); constant41 if (fs.existsSync(newModulePath)) {42 throw new Error(`Module '${newModulePath}' already exists!`);45 await fetchTemplate(newModulePath, templatePath);47 await configureModule(newModulePath, configuration);
392 newModulePath: string,395 await configureNPM(newModulePath, configuration);396 await configureTS(newModulePath, configuration);397 await configureAndroid(newModulePath, configuration);398 await configureIOS(newModulePath, configuration);