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
`npx --call` uses the native shell. This means the shell code used by the task does not work on Windows.
After quite a bit of unsuccessful efforts, I decided that it is simply too difficult to use npx for this application on
Windows. So the Windows user is required to have markdown-link-check installed and in PATH. Because Task uses an
integrated shell interpreter, shell code is usable as long as it is not wrapped in a `npx --call` command.
0 commit comments