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:
authorMike Jang <mjang@gitlab.com>2020-01-22 02:42:15 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-01-22 02:42:15 +0300
commit9adeee5f922bcc4814ad424788e432b63bebbe1e (patch)
treeee06f702f2ba565c79566513ed0ba121e690323a /README.md
parentd5fc7b7340f7f6db6c6da6910d329f040b20cf90 (diff)
Update README with step to include node_modules
Diffstat (limited to 'README.md')
-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.