-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module 'rxjs-compat/Observable' #72
Comments
same issue for me too..... |
ERROR in node_modules/rxjs/Observable.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Observable'. Same for me! |
you are building with a higher version of angular cli (probably the last version which cause a few more errors) i suggest you to downgrade your version to use v1.6.8 Uninstall your current versionnpm uninstall -g @angular/cli Install v1.6.8npm install -g @angular/[email protected] // or whatever version you need Run Using Angular CLI v1.6.8cd celerio-angular-quickstart/quickstart/web //fix for fsevents platform issue, install forced (only if you are using windows platform) npm i @angular/[email protected] //fix for style.css (quickstart\web\src\styles.css) ng serve --proxy-config proxy.conf.json -o |
Even downgrade angular cli version and follow the steps above i 「wdm」: Failed to compile. |
I have this error when i do ng serve --proxy-config proxy.conf.json : Cannot find module 'rxjs-compat/Observable'
i installed npm install [email protected] module but i still have thie error.
The text was updated successfully, but these errors were encountered: