kue icon indicating copy to clipboard operation
kue copied to clipboard

Unneeded dependencies?

Open javascriptlove opened this issue 8 years ago • 3 comments

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

javascriptlove avatar Jun 09 '16 13:06 javascriptlove

I'm getting this problem too when using Webpack to bundle my application.

denizdogan avatar Dec 08 '17 14:12 denizdogan

Same with webpack

malissa avatar Feb 05 '18 16:02 malissa

Same here with webpack

throoze avatar Jun 06 '18 23:06 throoze