Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A Dnpm.ts55 const cmdString = `npm ${cmd.join(' ')}`; constant
56 debug('Run:', cmdString);
64 `Could not parse JSON returned from "${cmdString}".\n\n${results}\n\nError: ${error.message}`
/expo/packages/create-expo/src/utils/
H A Dnpm.ts151 const cmdString = `${npm} ${cmd.join(' ')}`; constant
152 debug('Run:', cmdString, `(cwd: ${cwd ?? process.cwd()})`);
183 `Could not parse JSON returned from "${cmdString}".\n\n${results}\n\nError: ${error.message}`