Skip to content

Having issues with coach core installation alongside sitespeed #136

Description

@Sarthakgp

So I have ubuntu 24 docker image and I am installing sitespeed in it. Few months ago the build were being built properly however when I tried today I faced below issue

  1. tries to install @sitespeed.io/edgedriver which fails when I do a cloud build
  2. To resolve this I did below change
    RUN bash -c ". $NVM_DIR/nvm.sh && nvm use 20 && cd /tmp/coach-core && npm install --production --no-optional--loglevel verbose"

After this I faced below issue

  1. mkdirp/terser missing because coach-core runs its prepare script (which requires devDependencies).
  2. To resolve this I changed the command to below
  3. RUN bash -c ". $NVM_DIR/nvm.sh && nvm use 20 && cd /tmp/coach-core && npm install --omit=optional --loglevel verbose"

Which revolves me back to edgedriver error. Any help with this as I had not faced this issue before. Were any changes made in package.json
`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions