We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我运行“npm run start”时出错:
ERROR in src/app/component/websocket/websocket.service.ts(16,58): error TS2307: Cannot find module 'rxjs/websocket'.
你知道出了什么问题吗?
最好的问候, Christian
The text was updated successfully, but these errors were encountered:
Hmm...it was a CamelCase-problem. Are you developing under windows? In src/app/component/websocket/websocket.service.ts:16:
src/app/component/websocket/websocket.service.ts:16:
import { WebSocketSubject, WebSocketSubjectConfig } from 'rxjs/web>>s<<ocket';
When changing the s to a UpperCase-letter, it's working like a charm.
Big thanks for this awesome project!
Best, Christian
Sorry, something went wrong.
fix: #39
fc7e933
No branches or pull requests
我运行“npm run start”时出错:
ERROR in src/app/component/websocket/websocket.service.ts(16,58): error TS2307: Cannot find module 'rxjs/websocket'.
你知道出了什么问题吗?
最好的问候,
Christian
The text was updated successfully, but these errors were encountered: