Skip to content
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/observable' #43

Closed
skormel opened this issue Sep 29, 2017 · 1 comment
Closed

Cannot find module 'rxjs/observable' #43

skormel opened this issue Sep 29, 2017 · 1 comment

Comments

@skormel
Copy link

skormel commented Sep 29, 2017

When I try to run tiny-translator with npm run start-en I always get the error:

ERROR in /bla/bla/bla/tiny-translator/src/app/app.component.ts (5,26): Cannot find module 'rxjs/observable'.

So I modified app.component.ts with this code:

import {Observable} from "rxjs/Observable"; //Observable must be capitalized not in lowercase.

Best Regards,
Antonio.

@martinroob
Copy link
Owner

You are absolutely right.
It is a typo.
I'm using Windows, so I never saw this error.
Will correct it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants