sorccu / node-jpeg-turbo

Limited libjpeg-turbo bindings for Node.js.
Other
39 stars 36 forks source link

Cannot find module #2

Closed ignjat closed 8 years ago

ignjat commented 8 years ago

Trying to run on Ubuntu 14.04lts I get this error: Cannot find module '~/node_modules/jpeg-turbo/lib/binding/node-v47-linux-x64/jpegturbo.node I see that this exists: jpeg-turbo/lib/binding/node-v46-linux-x64/jpegturbo.node

Any clues?

sorccu commented 8 years ago

Did you update nodejs after installing jpeg-turbo?

ignjat commented 8 years ago

It was on 4.4.0. After updating to 5.1.x this went away. Thanks.