Skip to content

[BUG] Trying to install evals in Ubuntu, not working due to module errors #11853

@shruthi-sh

Description

@shruthi-sh

Problem (one or two sentences)

I am using an Ubuntu 22.04 Jammy PC. I have pulled the git repo. Running pnpm evals in the root of the repo, I am getting "Module not found" errors.
One such error:
./packages/types/src/index.ts:23:1
Module not found: Can't resolve './task.js'

export * from "./task.js"

The same error occurs for a list of files containing exports.

I am using node version 20.19.2, pnpm version 10.8.1.

Context (who is affected and when)

Happens to new users who are trying to install evals system in Ubuntu.

Reproduction steps

  1. install docker, git, nvm, node, pnpm.
  2. clone the evals repo
  3. run "pnpm evals"

Expected result

It should start a web service

Actual result

Breaks down during build process in docker.

Variations tried (optional)

Tried changing tsconfig.json module to ESNext. It's breaking in other places where nodenext type of imports are required.

App Version

NA

API Provider (optional)

None

Model Used (optional)

N/A

Roo Code Task Links (optional)

No response

Relevant logs or errors (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions