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
I've tried running both of the following commands, getting the same error:
AEManager/tng-next-generation/ui.apps/src/main/content/jcr_root on develop [⇣$!?]
➜ node-w3c-validator -i ./**/*.html -f html -o ./reports/result.html -s
⠙ node-w3c-validator - processing ...
Unexpected token W in JSON at position 0
AEManager/tng-next-generation/ui.apps/src/main/content/jcr_root on develop [⇣$!?] took 4s
➜ node-w3c-validator -i . -f html -o ~/result.html -s
⠋ node-w3c-validator - processing ...
Unexpected token W in JSON at position 0
I want to run the validator on all html files in all sub-directories of jcr_root, which is why I assumed ./**/*.html would work. What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
I've tried running both of the following commands, getting the same error:
I want to run the validator on all html files in all sub-directories of jcr_root, which is why I assumed ./**/*.html would work. What am I doing wrong here?
The text was updated successfully, but these errors were encountered: