ampproject / amp-toolbox

A collection of AMP tools making it easier to publish and host AMP pages.
Apache License 2.0
449 stars 243 forks source link

AMP Validator within amp-linter needs to be updated #1290

Closed shishirm closed 2 years ago

shishirm commented 2 years ago

When running the amp-linter, the amp validation step throws the following error,

[{"severity":{"h":"ERROR"},"line":1,"col":0,"message":"The native JavaScript AMPHTML Validator (validator.js) has been turned down. If you are seeing this error, update your tooling to instead load the API compatible WebAssembly AMPHTML Validator (validator_wasm.js) instead.","specUrl":"","code":{"g":"UNKNOWN_CODE"},"params":[]}]

indicating that the amp validator dependency needs to be updated.

sebastianbenz commented 2 years ago

This should be fixed with the new 2.8.8 release

sebastianbenz commented 2 years ago

Would be great if you could verify that it's working for you now.