FCC Offline errors

I tried to set FCC offline and I faced this error .

Hey @mohammadjafarics2!
Welcome to the Forum!

Hey there,

nice to meet you! :wave:

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.

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

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