jmcooper / angular-fundamentals-files

353 stars 536 forks source link

Data path "" should NOT have additional properties(es5BrowserSupport) #7

Open ApolloTang opened 5 years ago

ApolloTang commented 5 years ago

Hi I need help,

After pasting in package.json and package-lock.json from your repo, and npm run start I got:

Screen Shot 2019-03-25 at 3 26 54 PM

here is my CLI version:

Screen Shot 2019-03-25 at 3 29 41 PM

rohitj559 commented 5 years ago

Hello, i am following the course on pluralsight - "Angular Fundamentals by Jim Cooper and Joe Eames"I am also getting the same error. What should i do to resolve this error?

n1k41 commented 4 years ago

Search for es5BrowserSupport in angular.json, delete it, save angular.json and try again.

vbragadeesh commented 2 years ago

I am facing same issue