Searched refs:logNodeInstallWarning (Results 1 – 2 of 2) sorted by relevance
1 import { logNodeInstallWarning } from '../createAsync';14 describe(logNodeInstallWarning, () => {19 logNodeInstallWarning('/foo/bar', 'npm', false);25 logNodeInstallWarning('', 'yarn', false);
70 logNodeInstallWarning(cdPath, packageManager, needsPodsInstalled && !podsInstalled);214 export function logNodeInstallWarning( function