Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a335350..def91525 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,12 @@ One way is to use NVM:
Check your Node version with `node -v`.
+1. Install node dependences in the `node_modules` folder
+
+ ```sh
+ npm install
+ ```
+
### Yarn
Install [yarn](https://yarnpkg.com/en/docs/install), a package manager for the Node ecosystem.