domenic / worm-scraper

Scrapes the web serial Worm, its sequel Ward, and the bridge series Glow-worm into an ebook format
Other
210 stars 48 forks source link

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

Closed vigneshwar221B closed 4 years ago

vigneshwar221B commented 4 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 4 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 4 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....