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
Copy file name to clipboardExpand all lines: packages/@ionic/cli/src/lib/project/index.ts
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -225,8 +225,6 @@ export class ProjectDetails {
225
225
log.warn(
226
226
`Could not determine project type (project config: ${strong(prettyPath(result.configPath))}).\n`+
227
227
`- ${wordWrap(`For ${strong(prettyProjectName('angular'))} projects, make sure ${input('@ionic/angular')} is listed as a dependency in ${strong('package.json')}.`,listWrapOptions)}\n`+
228
-
`- ${wordWrap(`For ${strong(prettyProjectName('ionic-angular'))} projects, make sure ${input('ionic-angular')} is listed as a dependency in ${strong('package.json')}.`,listWrapOptions)}\n`+
229
-
`- ${wordWrap(`For ${strong(prettyProjectName('ionic1'))} projects, make sure ${input('ionic')} is listed as a dependency in ${strong('bower.json')}.`,listWrapOptions)}\n\n`+
230
228
`Alternatively, set ${strong('type')} attribute in ${strong(prettyPath(result.configPath))} to one of: ${PROJECT_TYPES.map(v=>input(v)).join(', ')}.\n\n`+
231
229
`If the Ionic CLI does not know what type of project this is, ${input('ionic build')}, ${input('ionic serve')}, and other commands may not work. You can use the ${input('custom')} project type if that's okay.`
232
230
);
@@ -781,10 +779,6 @@ export function prettyProjectName(type?: string): string {
0 commit comments