question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Cannot find module 'jpeg-exif'

See original GitHub issue

Hey guys,

i’ve got a tiny litte problem and hope that you can help me 😃

when i try to rename a existing file then it throws me an error

> rname -f <previousfilename> <newfilename>
internal/modules/cjs/loader.js:596
    throw err;
    ^

Error: Cannot find module 'jpeg-exif'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15)
    at Function.Module._load (internal/modules/cjs/loader.js:520:25)
    at Module.require (internal/modules/cjs/loader.js:650:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (/Users/sebastian/.nvm/versions/node/v10.4.1/lib/node_modules/rename-cli/lib/replacements.js:2:14)
    at Module._compile (internal/modules/cjs/loader.js:702:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
    at Module.load (internal/modules/cjs/loader.js:612:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
    at Function.Module._load (internal/modules/cjs/loader.js:543:3)

thanks 😃

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
SebastianRueckercommented, Jun 28, 2018

thanks 😃 it works 👍

0reactions
jhotmanncommented, Jun 27, 2018

Fixed in 5.1.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

jpeg-exif - npm
Start using jpeg-exif in your project by running `npm i jpeg-exif`. There are 9 other projects in the npm registry using jpeg-exif.
Read more >
Ask Question - Stack Overflow
Next.js 'Cannot find module '. ... filename.jpeg" appears, then in 2-3 seconds error disappears and user has only white screen (untill the ...
Read more >
Cannot find module from props · Issue #94 - GitHub
I'm writing a simple component that takes an image URL value as a prop and render it on the page but I'm getting...
Read more >
ExifTool FAQ
See the Tag Groups section of the ExifTool home page for more information. 3a. "ExifTool reports the wrong value or doesn't extract a...
Read more >
add/modify gps coordinates on jpeg Exif using piexifjs-node.js
Coding example for the question add/modify gps coordinates on jpeg Exif using ... Sending SES email from AWS Lambda - Node JS Error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found