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.md and package.json #170

Closed
wants to merge 2 commits into from
Closed

Fix README.md and package.json #170

wants to merge 2 commits into from

Conversation

FPNL
Copy link

@FPNL FPNL commented Nov 26, 2020

For reason below and https://github.com/vcapretz/bull-board/blob/master/src/index.ts#L43,
package.json should be temporarily changed, that developer can use it.

internal/modules/cjs/loader.js:638
    throw err;
    ^

Error: Cannot find module 'bullmq'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/Users/xillis_wu/Documents/chungyo/pineapple-job/node_modules/bull-board/dist/index.js:8:18)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)

@felixmosh
Copy link
Owner

Thank you for the PR,
The readme is already updated in #169.

Regarding the usage of bull-mq, we discus it here: #167, a fix will be released asap,
For the meanwhile, you can install devDeps as well

@felixmosh felixmosh closed this Nov 26, 2020
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