You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/markdown-link-check/markdown-link-check:97
if (program.opts().ignore.some((ignorePath) => resolved.includes(ignorePath))) {
^
TypeError: Cannot read properties of undefined (reading 'some')
at Command.<anonymous> (/home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/markdown-link-check/markdown-link-check:97:46)
at Command.listener [as _actionHandler] (/home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/commander/lib/command.js:482:17)
at /home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/commander/lib/command.js:1283:65
at Command._chainOrCall (/home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/commander/lib/command.js:1177:12)
at Command._parseCommand (/home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/commander/lib/command.js:1283:27)
at Command.parse (/home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/commander/lib/command.js:909:10)
at getInputs (/home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/markdown-link-check/markdown-link-check:108:7)
at main (/home/tyler/.cache/trunk/tools/markdown-link-check/3.12.0-2ce3b62d69f45d7b221989693fd6ca21/node_modules/markdown-link-check/markdown-link-check:252:20)
Node.js v20.11.0
markdown-link-check version
3.12.0 (this does not happen on any earlier versions). The same happens on 3.12.1
Node.js version
v18.12.1 (the same happens on v20.11.0)
OS
Ubuntu 20.04.6 LTS
Notes
This may have a similar root cause to #304, although the symptoms seem different.
The text was updated successfully, but these errors were encountered:
Overview
Running
markdown-link-check -q basic.in.md
withbasic.in.md
contents:outputs exit code 1 and output:
markdown-link-check version
3.12.0 (this does not happen on any earlier versions). The same happens on 3.12.1
Node.js version
v18.12.1 (the same happens on v20.11.0)
OS
Ubuntu 20.04.6 LTS
Notes
This may have a similar root cause to #304, although the symptoms seem different.
The text was updated successfully, but these errors were encountered: