I\'m building my first Angular Application. I\'m creating a new Angular application using this command ng new purchase-section. But when I executing the application
ng new purchase-section
Today I faced the same issue. None of the above answers worked except a comment from one @Nasreen Ustad. So what you have to do is:
"rxjs": "^6.0.0"
"rxjs": "6.0.0"
npm update
No need to change typescript version.(Mine: "typescript": "~2.7.2")
"typescript": "~2.7.2"