sitepoint-editors/angular-todo-app

Can not load "webpack"!

Closed this issue · 3 comments

Hello. I'm following your tutorial, and when I run unit tests, I get the following error: "Can not load "webpack"!"

@AshMilDevigner — Have you tried cloning this repository to see if that works for you? Thanks!

@AshMilDevigner — I was having the same issue. You have to uninstall old CLI and get the new one like that:

npm uninstall angular-cli -g
npm install @angular/cli -g

@AdamWojda — Thank you for jumping in.

@AshMilDevigner — Can you try updating Angular CLI? Thanks again!