-
Notifications
You must be signed in to change notification settings - Fork 120
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
3.13.0
(latest) fails to run with MODULE_NOT_FOUND
#368
Comments
I can confirm it. |
Related to? |
markdown-link-check/markdown-link-check Line 154 in c1ca441
Perhaps @dudeofawesome could take a look? |
I have a fix. Stand by. :) |
50 minutes for a fix, what took you so long? 😆 💯 |
3.13.1 also fails for me, but with a slightly different stack trace
|
Docker image seems to "work". But every check writes a "junit.xml" |
I just pushed a fix for that. |
Working on a fix. |
It looks like the npm package It's not fixed in 3.13.2 either. |
3.13.3 also fails Check out the documentation for https://docs.npmjs.com/cli/v10/configuring-npm/package-json I guess you would need to specify either directories or files to get the reporters directory published. |
I've never encountered this sort of thing before, and I've been using node.js since 2014. I just did a quick fix to include the reporters in |
To prevent it from using v3.13.x which is currently broken by tcort/markdown-link-check#368.
To prevent it from using v3.13.x which is currently broken by tcort/markdown-link-check#368.
To prevent it from using v3.13.x which is currently broken by tcort/markdown-link-check#368.
To prevent it from using v3.13.x which is currently broken by tcort/markdown-link-check#368.
Current behavior
After updating from
markdown-link-check@3.12.2
tomarkdown-link-check@3.13.0
(latest
),markdown-link-check
fails to run.The failure occurs independently of the Node.js version (
v18.20.4
,v20.18.0
,v22.11.0
&v23.1.0
)Expected behavior
markdown-link-check
should run and not fail.Steps to reproduce
24.04.1
LTS22.11.0
3.13.0
mkdir markdown-link-check-test cd markdown-link-check-test npm init -y npm install markdown-link-check@latest touch test.md npx markdown-link-check test.md
Logs
The text was updated successfully, but these errors were encountered: