gomfunkel / node-exif

A node.js library to extract Exif metadata from images.
MIT License
581 stars 104 forks source link

npm version mismatch #24

Closed lucjan closed 10 years ago

lucjan commented 10 years ago

Hi,

Trying to install the latest version (0.3.5) of this package but npm 404s on me. Can it be because package.json for this project is not bumped to 0.3.5?

Thanks,

bigmonkeyboy commented 10 years ago

seconded... fails to install from npm

dylansmith commented 10 years ago

It seems like this module has been abandoned. I'm not sure why it takes more than 12 days to respond to this issue.

lucjan commented 10 years ago

Sadly so... I just used https://github.com/visionmedia/node-exif in the end...

danielgtaylor commented 10 years ago

@gomfunkel any chance you could fix this or ask for someone else to maintain the package? This works for me as a workaround:

npm install gomfunkel/node-exif
fdb commented 10 years ago

@danielgtaylor Thanks for the workaround!

ain commented 10 years ago

:+1: for the fix.

gomfunkel commented 10 years ago

I had some troubles with npm the last time I published which apparently resulted in a broken package.

Seconds ago I pushed a new version and everything seems to be working fine now. The new version doesn't include changes, just a bumped version number.

I'd appreciate if you could check if it works for you as well now and leave a short feedback. Thanks!

gomfunkel commented 10 years ago

The latest version is on npm and installing it from there works as mentioned in #19.

fdb commented 10 years ago

Works, thanks!