Angular 7 CI rxjs/Operators cannot find module
问题 I have tried setting up CI for my angular project using Circle CI following this configuration: https://angular.io/guide/testing#configure-project-for-circle-ci However, when ng test runs I get the following error: ERROR in src/app/account/login-form/login-form.component.ts(4,26): error TS2307: Cannot find module 'rxjs/Operators'. Locally, if I delete node_modules/ and run npm install followed by npm test I don't have any issue with rxjs. My package.json : "dependencies": { "@angular