Hi Guys,
You will face this error if you use angular 6.
This project uses version 5.5.12 of RxJs, which is not supported by Angular v6.
The solution is to change the version of rxjs in package.json
-----------package.json-----------------------------------
"rxjs": "6.3.3"
---------------------------------------------------
You will face this error if you use angular 6.
This project uses version 5.5.12 of RxJs, which is not supported by Angular v6.
The solution is to change the version of rxjs in package.json
-----------package.json-----------------------------------
"rxjs": "6.3.3"
---------------------------------------------------
No comments:
Post a Comment