The extension cannot find newest version (8.x) of html-validate node.js package
Since the html-validate package was updated to version 8, and I installed it on my system, the extension gives me the following error:
Failed to load html-validate library.
Minimum required version is ^2.17 || ^3 || ^4 || ^5 || ^6 || ^7 but current version is 8.0.0
Please install a later version to continue.
The problem lies in file server/src/server.ts, where the version spec is found. I'm not sending a merge request for fixing this because I don't know if the API changes in html-validate version 8 can cause problems for this extension. In that case, the only fix would be to install an older version of the node package or using the fallback version.
Thanks in advance!