I am using the latest version of Visual Studio Code. When I run the command 'ng serve' I get the below error:
This code is referring to a series of nodes and plugins that I had updated per a previous assignment that compiled without issue. Has anyone run into a similar issue?
I ended up uninstalling and reinstalling the latest webpack and cli. I then ran ng serve
and it compiled successfully.
To remove the webpack:
npm remove webpack
To install:
npm install --save-dev @angular/cli@latest
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With