inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 374 forks source link

Uncaught ReferenceError: module is not defined #76

Open mrasoahaingo opened 6 years ago

mrasoahaingo commented 6 years ago

Hi! I am building an app using https://github.com/auduno/clmtrackr, which requires jsfeat ("jsfeat": "git+https://github.com/inspirit/jsfeat"). When I try to build and launch the app in the browser i get this error

image

image

Any ideas? thanks!

kishmiryan-karlen commented 6 years ago

Same here! On dev server it works. But when I use the build, get the same error.

wallacepreston commented 5 years ago

Did you figure out the solution to this? Like @kishmiryan-karlen I get no errors when running in dev, but lots when running on deployed server.

Omi0 commented 5 years ago

I have the same problem... Have you find a fix @kishmiryan-karlen ?

wallacepreston commented 5 years ago

I never really figured it out. I got it deployed, but I feel only out of luck. What are the errors youre getting and what does your setup look like @Omi0