You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.warn(`${chalk.green('--yarn')} / ${chalk.green('--no-yarn')} has been removed. Use ${chalk.green(`ionic config set -g npmClient ${argv['yarn'] ? 'yarn' : 'npm'}`)}.`);
`Could not determine project type (project config: ${chalk.bold(prettyPath(path.resolve(projectDir,PROJECT_FILE)))}).\n`+
107
+
`Could not determine project type (project config: ${chalk.bold(prettyPath(path.resolve(rootProjectDir,PROJECT_FILE)))}).\n`+
75
108
`- ${wordWrap(`For ${chalk.bold(prettyProjectName('angular'))} projects, make sure ${chalk.green('@ionic/angular')} is listed as a dependency in ${chalk.bold('package.json')}.`,listWrapOptions)}\n`+
76
109
`- ${wordWrap(`For ${chalk.bold(prettyProjectName('ionic-angular'))} projects, make sure ${chalk.green('ionic-angular')} is listed as a dependency in ${chalk.bold('package.json')}.`,listWrapOptions)}\n`+
77
110
`- ${wordWrap(`For ${chalk.bold(prettyProjectName('ionic1'))} projects, make sure ${chalk.green('ionic')} is listed as a dependency in ${chalk.bold('bower.json')}.`,listWrapOptions)}\n\n`+
0 commit comments