timaschew / link-checker

🚀Superfast link checker for HTML pages
MIT License
18 stars 11 forks source link

Issues with --url-ignore on Windows #6

Closed oberek closed 4 years ago

oberek commented 5 years ago

It seems to work on Macs, but not on Windows. Additional logging below-

link-checker dist/index.html --allow-hash-href --url-ignore 'https://TEST.com/'

error [Arguments] { '0': 'dist/index.html', '1': [Function], '2': [AsyncFunction] }

0 files were scanned in dist/index.html 0 local links and 0 parent links and 0 remote links were checked 0 errors and 0 warnings events.js:167 throw er; // Unhandled 'error' event ^

Error: spawn link-checker ENOENT at notFoundError

timaschew commented 4 years ago

I've followed this advice: https://stackoverflow.com/a/10398567 It should be fixed now. Please reopen if not.