seo-audits-toolkit
seo-audits-toolkit copied to clipboard
LightHouse Dependency issue fixed
Bump 👍 🔥
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