We're a place where coders share, stay up-to-date and grow their careers.
I updated the blog to include a link, but here is the doc you can follow: next.angular.io/guide/updating-to-...
It hung while updating to version 8. I retried but it still hung.
It hung on the first step of the instructions in the link to the doc I sent you? ng update @angular/core@8 @angular/cli@8 is where it hung?
ng update @angular/core@8 @angular/cli@8
Did you possibly have uncommitted changes? What is your OS What happsn if you delete your node_modules, do an npm install and then try it again?
npm install
Yes had uncommited work. I'll try your suggestions. Tx
I updated the blog to include a link, but here is the doc you can follow: next.angular.io/guide/updating-to-...
It hung while updating to version 8. I retried but it still hung.
It hung on the first step of the instructions in the link to the doc I sent you?
ng update @angular/core@8 @angular/cli@8
is where it hung?Did you possibly have uncommitted changes? What is your OS What happsn if you delete your node_modules, do an
npm install
and then try it again?Yes had uncommited work. I'll try your suggestions. Tx