seo-audits-toolkit icon indicating copy to clipboard operation
seo-audits-toolkit copied to clipboard

LightHouse Dependency issue fixed

Open Ajay-joshi-mtr opened this issue 2 years ago • 2 comments

Ajay-joshi-mtr avatar Dec 24 '22 08:12 Ajay-joshi-mtr

Bump 👍 🔥

TBG-FR avatar Feb 13 '23 01:02 TBG-FR

Using docker-compose build I got

#0 5.642 warning lighthouse > intl-messageformat > [email protected]: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
#0 7.718 [2/4] Fetching packages...
#0 19.62 error [email protected]: The engine "node" is incompatible with this module. Expected version ">=16.16". Got "14.21.2"

So I think we could even edit the Dockerfile to use 16.x

- RUN curl -sL https://deb.nodesource.com/setup_12.x > node_install.sh
- RUN curl -sL https://deb.nodesource.com/setup_14.x > node_install.sh
+ RUN curl -sL https://deb.nodesource.com/setup_16.x > node_install.sh

TBG-FR avatar Feb 13 '23 01:02 TBG-FR