This content originally appeared on CodeSource.io and was authored by Deven
If you are getting node_modules/rxjs/internal/types.d.ts(81,44): error ts1005: ‘;’ expected error, the problem might arise due to version mismatch. To solve your problem you need to do the following changes in your package.json file
Go to package.json and modify “rxjs”: “"rxjs": "^7.0.0" to "rxjs": "7.0.0"and Run npm install in your project also there is no need to change the typescript version.
In case you are using rxjs-compat then you also need to do the following in order to fix the issue. change the rxjs-compat version from "rxjs-compat": "^6.2.2" to "rxjs-compat": "6.2.2"
The post Fix – error in node_modules/rxjs/internal/types.d.ts(81,44): error ts1005: ‘;’ expected. appeared first on CodeSource.io.
This content originally appeared on CodeSource.io and was authored by Deven
Deven | Sciencx (2021-02-10T18:50:16+00:00) Fix – error in node_modules/rxjs/internal/types.d.ts(81,44): error ts1005: ‘;’ expected.. Retrieved from https://www.scien.cx/2021/02/10/fix-error-in-node_modules-rxjs-internal-types-d-ts8144-error-ts1005-expected/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.