Home
last modified time | relevance | path

Searched refs:modulesPath (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/package-manager/build/node/
H A DBasePackageManager.js59 const modulesPath = path_1.default.join(cwd, 'node_modules');
60 await fs_1.default.promises.rm(modulesPath, { force: true, recursive: true });
/expo/packages/@expo/package-manager/src/node/
H A DBasePackageManager.ts95 const modulesPath = path.join(cwd, 'node_modules'); constant
96 await fs.promises.rm(modulesPath, { force: true, recursive: true });