Closed stevermeister closed 7 years ago
I just ran into this the other day, let me see what I did to alleviate it
The issue is that from Angular 2 -> Angular 4 there were some file structure changes. One of the changes was the location of the linker. I'll fix this in the project, but here's what you can do to fix it in the meantime:
In the webpack/webpack.*.js
files, change the first entry of the ContextReplacementPlugin
:
/angular(\\|\/)core(\\|\/)(esm(\\|\/)src|src)(\\|\/)linker/,
to
/angular(\\|\/)core(\\|\/)((esm(\\|\/)src|src)(\\|\/)linker|@angular)/,
I'm fairly sure we can get rid of the core/esm
stuff, but I'm going with a "rather safe than sorry" approach here.
Closed by commit ed14148
when I'm doing
npm start
getting