Code Monkey home page Code Monkey logo

Comments (3)

StephenFluin avatar StephenFluin commented on May 22, 2024 1

Fixed in f7c5581

from angular-update-guide.

Splaktar avatar Splaktar commented on May 22, 2024

For version 8.2 to version 9:

  • Run ng update @angular/core@8 @angular/cli@8 in your workspace directory to update to the latest 8.x version of @angular/core and @angular/cli and commit these changes.
  • Run ng update @angular/core @angular/cli --next. This step may require the --force flag if any of your third-party dependencies have not updated the Angular version of their peer dependencies.
  • Your project has now been updated to TypeScript 3.6, read more about new compiler checks and errors that might require you to fix issues in your code.
  • Run ng update @angular/material --next. This step may require the --force flag if any of your third-party dependencies have not updated the Angular version of their peer dependencies.

The first one mentions committing, the second doesn't, thus the 4th will fail due to a dirty workspace if the instructions are followed.

from angular-update-guide.

Splaktar avatar Splaktar commented on May 22, 2024

For version 7 to version 8.2

  • Update to version 8 of the core framework and CLI by running ng update @angular/cli @angular/core in your terminal

...

  • Update Angular Material to version 8 by running ng update @angular/material in your terminal.

There is no mention of the need to commit changes. So a user following the guide will see the update to @angular/material fail due to a dirty workspace.

from angular-update-guide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.