Error TS1005: ';' expected. TypeScript Angular 6 For First Build error rxjs inside node_modules

后端 未结 18 1966
北恋
北恋 2021-01-31 13:37

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

18条回答
  •  孤街浪徒
    2021-01-31 13:47

    I changed the version for rxjs and typescript. My package.json has the following entries:

    "typescript": "^2.7.2"
    "rxjs": "^6.3.3",
    

    I also had to upgrade angular cli.

提交回复
热议问题