-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- install docker, git, nvm, node, pnpm.
- clone the evals repo
- 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working