While seeding the database with:
pnpm run seed
I get the error:
Tasks: 0 successful, 3 total
Cached: 0 cached, 3 total
Time: 59.702s
Failed: @freecodecamp/browser-scripts#build
ERROR run failed: command exited (1)
ELIFECYCLE Command failed with exit code 1.
Can I go on to build the application. I am using NodeJS version 22.22.1 and pnpm version 10.30.3 as mentioned in the docs.

