freeCodeCamp / solana-curriculum

freeCodeCamp Solana Curriculum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: running tests doesn't proceed me to the next lesson

NightTrapper opened this issue · comments

Issue/Experience

i've done all steps to open the course in docker, when i go to the directory mentioned in lesson 1 and click on run tests it doesn't take me to second lesson and it tells me that i still have to do it

Output of running node tooling/camper-info.js from the workspace root

ERROR: 2023-09-17 13:08:35 Test #1: Error: Could not find /workspace/solana-curriculum/.logs/.cwd.log
at Object.getCWD (file:///workspace/solana-curriculum/node_modules/@freecodecamp/freecodecamp-os/.freeCodeCamp/tooling/test-utils.js:133:11)
at async eval (eval at (file:///workspace/solana-curriculum/node_modules/@freecodecamp/freecodecamp-os/.freeCodeCamp/tooling/test.js:107:37), :1:31)
at async file:///workspace/solana-curriculum/node_modules/@freecodecamp/freecodecamp-os/.freeCodeCamp/tooling/test.js:107:31
at async Promise.allSettled (index 0)
at async runTests (file:///workspace/solana-curriculum/node_modules/@freecodecamp/freecodecamp-os/.freeCodeCamp/tooling/test.js:145:19)
at async Object.handleRunTests [as run-tests] (file:///workspace/solana-curriculum/node_modules/@freecodecamp/freecodecamp-os/.freeCodeCamp/tooling/server.js:68:3)

Hello there,

The error from node tooling/camper-info.js suggests something in your filesystem did not load correctly for the course.

Do you have any Git changes visible? If so, I suggest restoring all the changes, and trying again.