We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae199e commit 78c3582Copy full SHA for 78c3582
packages/@ionic/cli-utils/src/lib/project/ionic1/index.ts
@@ -86,8 +86,6 @@ export class Ionic1Project extends Project {
86
const ionicVersionJson = await fsReadJsonFile(ionicVersionFilePath);
87
return ionicVersionJson['version'];
88
} catch (e) {
89
- this.e.log.warn(`Error with ${chalk.bold(prettyPath(ionicVersionFilePath))} file: ${e}, trying ${chalk.bold(prettyPath(bowerJsonPath))}.`);
90
-
91
const bwr = await this.loadBowerJson();
92
const deps = lodash.assign({}, bwr.dependencies, bwr.devDependencies);
93
0 commit comments