Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit e9d6277

Browse files
GregoireLgtmgechev
authored andcommitted
fix: update @angular/material@9 when using windows
1 parent 437fc2e commit e9d6277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/recommendations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const RECOMMENDATIONS: Step[] = [
8787
{ possibleIn: 900, necessaryAsOf: 900, level: 1, windows: true, step: 'ng update v9', action: 'Run `cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@9 update @angular/cli@9 @angular/core@9"` which should bring you to version 9 of Angular.' },
8888
{ possibleIn: 900, necessaryAsOf: 900, level: 1, step: 'typescript 3.8', action: 'Your project has now been updated to TypeScript 3.8, read more about new compiler checks and errors that might require you to fix issues in your code in the [TypeScript 3.7](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html) or [TypeScript 3.8](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html) announcements.', },
8989
{ possibleIn: 900, necessaryAsOf: 900, level: 1, windows: false, material: true, step: 'update @angular/material', action: 'Run `NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@9 update @angular/material@9`.' },
90-
{ possibleIn: 900, necessaryAsOf: 900, level: 1, windows: true, material: true, step: 'update @angular/material', action: 'Run `cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@9 update @angular/cli@9 @angular/core@9"`.' },
90+
{ possibleIn: 900, necessaryAsOf: 900, level: 1, windows: true, material: true, step: 'update @angular/material', action: 'Run `cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@9 update @angular/material@9"`.' },
9191
{ possibleIn: 900, necessaryAsOf: 900, level: 3, windows: false, step: 'update @nguniversal/hapi-engine', action: 'If you use Angular Universal, run `NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@9 update @nguniversal/hapi-engine@9` or `NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@9 update @nguniversal/express-engine@9` depending on the engine you use. This step may require the `--force` flag if any of your third-party dependencies have not updated the Angular version of their peer dependencies.' },
9292
{ possibleIn: 900, necessaryAsOf: 900, level: 3, windows: true, step: 'update @nguniversal/hapi-engine', action: 'If you use Angular Universal, run `cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@9 update @nguniversal/hapi-engine@9"` or `cmd /C "set "NG_DISABLE_VERSION_CHECK=1" && npx @angular/cli@9 update @nguniversal/express-engine@9"` depending on the engine you use. This step may require the `--force` flag if any of your third-party dependencies have not updated the Angular version of their peer dependencies.' },
9393
{ possibleIn: 900, necessaryAsOf: 900, level: 1, step: 'dependencies update', action: 'If your project depends on other Angular libraries, we recommend that you consider updating to their latest version. In some cases this update might be required in order to resolve API incompatibilities. Consult `ng update` or `npm outdated` to learn about your outdated libraries.' },

0 commit comments

Comments
 (0)