Automattic / Automattic/kue

Unneeded dependencies?

Open
#897 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9.4k
Forks
858
PR merge metrics
No merged PRs in 30d

Description

Hi
I get some errors while trying to use this in Meteor.

```
Unable to resolve some modules:

"lapack" in /xx/node_modules/sylvester/lib/node-sylvester/matrix.js (os.osx.x86_64)
"WNdb" in /xx/node_modules/natural/lib/natural/wordnet/wordnet.js (os.osx.x86_64)
"./lib-cov/stylus" in /xx/node_modules/nib/node_modules/stylus/index.js (os.osx.x86_64)
"canvas" in /xx/node_modules/nib/lib/nodes/color-image.js (os.osx.x86_64)
```

I assume those are used in the standalone UI, which i don't need in this case. I only use the job queue itself. Is there an easy way to not include the UI part?

Thanks

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the dependency tree from the listed paths: sylvester/lib/node-sylvester/matrix.js, natural/lib/natural/wordnet/wordnet.js, nib/node_modules/stylus/index.js, and nib/lib/nodes/color-image.js. Determine whether the job-queue entry point can be installed without the standalone UI dependencies; done means Meteor can use the queue without resolving lapack, WNdb, stylus, or canvas.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.