freeCodeCamp Developer Setup

Hello

I am trying to get freecode camp offline and when I get to the below step it runs the following error

Any tips and tricks to overcome this? :slight_smile:

Welcome there,

We are in the middle of a migration from npm to pnpm. So, you will need to run pnpm i instead.

The same goes for all the other mentioned commands. pnpm run develop etc.

Hope this clarifies

1 Like

Thanks Sky020

I did run the pnpm install and seemed to work much better. I have run into a new problem though. I set mongod as a path env on my computer and ran mongod - The following transpired. Is this usual?

From there attempted to seed the database and ran into the following error? Any suggestions?

That is not usual,

In the middle of that output, you can see the error: NonExistentPath

You need to create the C:\data\db path, before running mongod. You will need administrator privileges to do this.

Hope this helps

1 Like

Hi,

I am going through a similar issue here. pnpm run develop runs fine but the FreeCodeCamp App is not available at localhost:8000

Thank you so much.

Welcome @abdullsmart20
I suggest opening a new topic for any questions/issues you are having. Also, please provide as much detail as possible.

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