Description
**The system's libc6 package (which provides GLIBC) is already at the newest version available for your Ubuntu distribution (2.31), which is still below the required versions (2.32 to 2.35) needed by the project dependencies.
Upgrading GLIBC beyond the distribution's default version typically requires manual installation or upgrading the entire OS to a newer release.**
**You are currently running Ubuntu 20.04 LTS (Focal), which includes GLIBC 2.31 by default.
To get GLIBC 2.32 or higher, you will need to upgrade to at least Ubuntu 22.04 LTS (Jammy), which includes GLIBC 2.35.
Would you like me to provide detailed instructions to upgrade your system from Ubuntu 20.04 to 22.04 LTS?**
now it is updated see 2.35
**1. pnpm playwright:run fails
What this means:
Playwright is trying to run UI tests, but it waits for a web server (likely your app) to start—and it never does (times out after 60 seconds).
You need to start the server manually before running Playwright tests.
Run in one terminal:
pnpm dev
Then in another terminal, run:
pnpm playwright:run
pnpm start fails with:
Error: Cannot find module '/workspaces/contribute/run-server.mjs'
What this means:
The command in your package.json has:
"start": "node ./run-server.mjs"
But the file run-server.mjs doesn't exist in the repo. So Node throws a MODULE_NOT_FOUND error.**
pnpm build is ok this above pic is 1st part
last part
by playing pnpm playwright:run
after ruiing pnpm build
i will show all the failed tests
see in the last pic it is reporting in localhost 9323
here is the pic

