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

fix(README): use proper path to bullMQAdapter file #765

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

jtomaszewski
Copy link
Contributor

@jtomaszewski jtomaszewski commented Jun 6, 2024

I've just installed bull board by following the README example, and somehow building the project was failing to me with following message:


src/main/worker.module.ts:19:31 - error TS2307: Cannot find module '@bull-board/api/bullMQadapter' or its corresponding type declarations.

19 import { BullMQAdapter } from '@bull-board/api/bullMQadapter';
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

After a bit of inspecting I've found out that import path (that I've took from the README example) is incorrect.

@felixmosh felixmosh merged commit 53b4b7c into felixmosh:master Jun 6, 2024
@felixmosh
Copy link
Owner

Thank you 🙏🏽

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

Successfully merging this pull request may close these issues.

2 participants