Searched refs:projectPackagePath (Results 1 – 1 of 1) sorted by relevance
217 const projectPackagePath = path.resolve(projectDir, 'node_modules', packageName); constant220 if (fs.existsSync(projectPackagePath)) {221 fs.rmSync(projectPackagePath, { recursive: true });224 fs.symlinkSync(expoPackagePath, projectPackagePath);