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
Hello,
I tried to install the app as described in the README, but got the following error:
=> ERROR [15/24] RUN yarn global add lighthouse 18.3s
------
> [15/24] RUN yarn global add lighthouse:
1.472 yarn global v1.22.19
1.583 [1/4] Resolving packages...
4.343 [2/4] Fetching packages...
17.90 error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.16". Got "18.13.0"
17.94 error Found incompatible module.
17.94 info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
------
Dockerfile:22
--------------------
20 | RUN apt install -y chromium
21 | # Install Lighthouse
22 | >>> RUN yarn global add lighthouse
23 |
24 | # Install Pipenv
--------------------
ERROR: failed to solve: process "/bin/sh -c yarn global add lighthouse" did not complete successfully: exit code: 1
ERROR: Service 'beats' failed to build : Build failed
Hello,
I tried to install the app as described in the README, but got the following error:
My software versions are following:
When I run
yarn install
on it's own, there are no errors shown:Do you have any idea what would may be causing the trouble here?
The text was updated successfully, but these errors were encountered: