Need Help with Error After Running pnpm run develop

Hello everyone,

I’m setting up FreeCodeCamp locally, and after following the setup process, I encountered an error when trying to run the server with the pnpm run develop command. The error message I received is:

/home/bhupendra/Desktop/fccamp/curriculum/get-challenges.js:284
        throw Error(
              ^
Error: Filename declarejavascriptvariables.md does not match challenge id 6606c952f62155112026cbb0
    at addMetaToChallenge (/home/bhupendra/Desktop/fccamp/curriculum/get-challenges.js:284:15)

I’m not sure how to resolve this issue and would appreciate any guidance or suggestions to help fix it.

Thanks in advance for your help!

Did that happen freshly after setup, or did you make some changes?

Yes, this happened right after the setup. I haven’t made any changes to the code.

To be honest I’m not sure how that might have happened. Currently there’s no declarejavascriptvariables.md file in the repository, nor challenge with id 6606c952f62155112026cbb0.

Do you have code up to date with the main branch?

Yes I have code with the main branch.

did you create a new challenge?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.