domenic / worm-scraper

Scrapes the web serial Worm and its sequel Ward into an eBook format
Other
196 stars 47 forks source link

Error: ENOENT: no such file or directory, rmdir #18

Closed vigneshwar221B closed 3 years ago

vigneshwar221B commented 3 years ago

I tried running worm-scraper download convert scaffold zip but after downloading the last chapter, it throws the error Error: ENOENT: no such file or directory, rmdir '/Users/vigneshwar/Desktop/staging/worm/OEBPS/chapters'

domenic commented 3 years ago

Hmm. I can't reproduce this myself. Can you try running it again and seeing what happens? You can probably omit the download that time.

domenic commented 3 years ago

This might happen if you use a Node.js version below 12.10.0. It looks like the readme says 10.0.0 is the minimum, but that is probably not correct....