Searched refs:modulesPath (Results 1 – 2 of 2) sorted by relevance
59 const modulesPath = path_1.default.join(cwd, 'node_modules');60 await fs_1.default.promises.rm(modulesPath, { force: true, recursive: true });
95 const modulesPath = path.join(cwd, 'node_modules'); constant96 await fs.promises.rm(modulesPath, { force: true, recursive: true });