From eba8953037e5032fa8b3a98882071a1c0b07968f Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 17 Jul 2019 19:24:23 +0200 Subject: [PATCH] fix: Update docs, recommending install all packages (#36352) --- docs/how-to-setup-freecodecamp-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.