-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script fails due to mv: rename notes/* to *: No such file or directory? #5
Comments
Looking at those last couple of lines, it looks like your |
yes, it is empty but I don't understand what should be there? the enex files are in the below comment makes it seem even stranger thanks!
I also don't see Sorry if I am being dense here! |
No worries, it's all good! As for what is happening, I'm out of ideas. So how would I solve this? Us engineers usually solve problems like these by reproducing them on our end and tweaking code as necessary. If we were co-workers in an office environment, you'd pass me your ENEX files and I'd work on it. But since we're not co-workers, you probably don't want to give me your ENEX files and I don't want them either. :-) If you want to continue using this script, you could ask around in your social network and see if anyone you know/trust who is local to you wouldn't mind poking around on your setup to try and solve the problem. (And they're welcome to reach out to me well) If that's not an option, the path of least resistance would unfortunately be to try another method. Sorry I can't be of more help there. -- Doug |
Ran into the same problem. Turns out that simply copying the convert-evernote-to-markdown.sh file isn't enough (the blog post suggested this). One also needs to copy the config.json.in file and the template.tmpl file. Better even, just clone the entire project and it works. |
Hi! I came across this same error (I think) and I was able to sort the problem. Here's the full error output: Full command and output
Now, the final lines make you think that the error was the directory not being found. If you manually create it, then the same error about However, this is just a consequence of the script continuing the execution when the initial conversion failed. The initial error is this one:
Turns out that installing yarle through npm does not bring over it's dependency npm install -g minimist I hope this helps! |
Any idea how to make the script work?
The text was updated successfully, but these errors were encountered: