Hi Guys ,
Today I have faced this error :
ERROR in node_modules/rxjs-compat/operator/shareReplay.d.ts(2,10): error TS2305:
You will face this error if you are using "rxjs-compat": "^6.4.0", in package .json .
To fix set the version of rxjs and rxjs-compat as below .
---------------------package.json--------------------------------
"rxjs": "6.3.3",
"rxjs-compat": "6.3.3"
----------------------------------------------------------------------
update to package.json needs npm update
ng serve , it works !
The full stack trace is as below :
ERROR in node_modules/rxjs-compat/operator/shareReplay.d.ts(2,10): error TS2305: Module '"F://study/angular4/projects/mcq/mcq/node_modules/rxjs/internal-compatibility/index"' has no exported member 'ShareReplayConfig'.
No comments:
Post a Comment