When installing Angular with a core project I get tons of these errors when starting the app. Tried to rewind the Typescript version but still the same error. Feels like I've tried everything.
Here's a short list of what I'm getting. ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:73:33 TS2683: 'this' implicitly has type 'any' because it does not have a type annotation. ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:83:33 TS2683: 'this' implicitly has type 'any' because it does not have a type annotation. ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:89:33 TS2683: 'this' implicitly has type 'any' because it does not have a type annotation. ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:99:34 TS2683: 'this' implicitly has type 'any' because it does not have a type annotation. ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:105:34 TS2683: 'this' implicitly has type 'any' because it does not have a type -- 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.
