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 2771529 commit daf0ec8Copy full SHA for daf0ec8
packages/angular/cli/upgrade/version.ts
@@ -182,7 +182,7 @@ export class Version {
182
183
Please run the following command to install a compatible version of TypeScript.
184
185
- npm install typescript@'${currentCombo.typescript}'
+ npm install typescript@"${currentCombo.typescript}"
186
187
To disable this warning run "ng config cli.warnings.typescriptMismatch false".
188
` + '\n')));
0 commit comments