You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm an Angular noob so if more detail is needed please let me know. To remove my code from the equation I started a brand new Angular app using ng new bob --no-standalone, then started it to make sure it worked out of the box. All good so far.
Then simply did step 1+2 of your instructions and now the app won't start at all.
I had this same problem this week, and it took me a long time to figure out where it was coming from. The problem source is indeed ng-intercom, here is the solution:
I'm an Angular noob so if more detail is needed please let me know. To remove my code from the equation I started a brand new Angular app using
ng new bob --no-standalone
, then started it to make sure it worked out of the box. All good so far.Then simply did step 1+2 of your instructions and now the app won't start at all.
"@angular/common": "^17.2.0",
"@angular/cli": "^17.2.3",
"@angular/compiler-cli": "^17.2.0",
The text was updated successfully, but these errors were encountered: