diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 8ca03a95b8..b1240e7db2 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -195,7 +195,7 @@ Each of the Docker commands above will take some time to complete. You should wa You will also need to install a few npm packages outside of Docker. You can skip this step if you are only running the app locally and will not use git. ```shell -npm ci --ignore-scripts +npm ci ``` All of the above needs to be run only the first time you set up the local dev environment.