I tried to set FCC offline and I faced this error .
codely
November 30, 2020, 8:10am
2
Hey @mohammadjafarics2 !
Welcome to the Forum!
miku86
November 30, 2020, 11:19am
3
Hey there,
nice to meet you!
I don’t know which instructions you used,
but from the error it seems the nodemon
package is missing.
Did you run npm install
in the directory to install all packages?
1 Like
Nice 2 meet u 2! yes I did! here is the instruction link
here is the link I used.
Follow these guidelines for setting up freeCodeCamp locally on your system. This is highly recommended if you want to contribute regularly.
Some of these contribution workflows – like fixing bugs in the codebase or curriculum – need you to run freeCodeCamp locally on your computer.
> [!TIP]
> If you are not interested in setting up freeCodeCamp locally, consider using Gitpod, a free online dev environment.
>
> [](https://gitpod.io/#https://github.com/freeCodeCamp/freeCodeCamp)
>
> (Starts a ready-to-code dev environment for freeCodeCamp in your browser.)
### How to prepare your local machine
Start by installing the prerequisite software for your operating system.
We primarily support development on Linux and Unix-based systems. Our staff and community contributors regularly work with the codebase using tools installed on Ubuntu and macOS.
We also support Windows 10 via WSL2, which you can prepare by [reading this guide](/how-to-setup-wsl).
Some community members also develop on Windows 10 natively with Git for Windows (Git Bash), and other tools installed on Windows. We do not have official support for such a setup at this time, we recommend using WSL2 instead.
This file has been truncated. show original
Sky020
November 30, 2020, 3:12pm
5
Hello there,
Just for future use, the docs are hosted here: Introduction (freecodecamp.org)
It is also important to make sure the npm ci
step is successful. Can you see any errors, when running this step?
Hope that is better for you.
2 Likes
npm ci was successful! that’s why I am here! I know it is hosted but I try to fix it for poor students who does not have internet connection in south Asia
Sky020
November 30, 2020, 4:03pm
7
Would you mind sharing more of the logs? We will need as much information as possible to help.
Also, to help please share the logs formatting them with:
```text
Logs can go here
```
2 Likes