This question already has an answer here:
- Angular CLI gives me “TypeError: callbacks[i] is not a function” when I “ng serve” 12 answers
I'm trying to run npm start for angular 5 and I get the following error
TypeError: callbacks[i] is not a function
Does anyone know where this comes from? It just appeared out of nowhere... There seems nothing to be wrong with my project (code)