I'm working on an Angular 2 project whose code has been evolving for about 
2 months.  Here's what just transpired:

   1. To get the latest code I performed a: git pull origin master
   2. To ensure everything was up to date I executed this: npm install
   3. Then to start the project I executed: ng serve -open
   4. First I received this error:
      1. 
      
      *ERROR in Maximum call stack size exceeded*
      
      webpack: Failed to compile.
      5. I then opened any file (doesn't seem to matter which one) with a 
   text editor, changed nothing, and simply saved it again.  This appears to 
   correct the problem so I end up with this:
      1.   
      
      webpack: Compiled successfully.
      

What on earth is going on here?

Robert

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to