0
I’m using Angular for a project and Visual Studio Code when running the command ng serve
, return the following error to me:
- NG Live Development Server is Listening on localhost:4200, open your browser on http://localhost:4200/ ** 0% compiling Cannot read Property 'thisCompilation' of Undefined
What version of Webpack ? Try the following:
npm remove webpack
andnpm install [email protected]
– NoobSaibot
I was able to resolve the matter https://stackoverflow.com/questions/43304864/angular-2-typeerror-cannot-read-property-profile-of-null-error
– Marcelo Batista
and just what you’ve been through
– Marcelo Batista
"webpack": "version": "4.0.1",
– Marcelo Batista