New issue?
#244
Replies: 1 comment 2 replies
-
|
I'm sorry, it has already been reported, I fixed it now in version 4.0.4. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Is it possible that something broke in recent changes to this library or in Mac OS. I'm on 10.15.7. My configuration worked before, but now I'm getting the below. I checked that the directories in my config exist and the paths are right.
(node:1874) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, unlink '/Users/dwright/Library/Application Support/yarle-evernote-to-md/conversion.log'
at Object.unlinkSync (fs.js:1053:3)
at Object.clearLogFile (/Users/dwright/.npm/_npx/1853/lib/node_modules/yarle-evernote-to-md/dist/utils/clearLogFile.js:26:8)
at Object.run (/Users/dwright/.npm/_npx/1853/lib/node_modules/yarle-evernote-to-md/dist/dropTheRopeRunner.js:31:20)
at Object. (/Users/dwright/.npm/_npx/1853/lib/node_modules/yarle-evernote-to-md/dist/dropTheRope.js:26:19)
at Module._compile (internal/modules/cjs/loader.js:1133:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
at Module.load (internal/modules/cjs/loader.js:977:32)
at Function.Module._load (internal/modules/cjs/loader.js:877:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
at internal/main/run_main_module.js:18:47
(node:1874) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)(node:1874) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Beta Was this translation helpful? Give feedback.
All reactions