Commit 17ac3ab5 authored by Mike Greiling's avatar Mike Greiling

Pick !9590 into 8-17-stable

parent 1776120b
...@@ -155,10 +155,9 @@ page](https://golang.org/dl). ...@@ -155,10 +155,9 @@ page](https://golang.org/dl).
## 4. Node ## 4. Node
Since GitLab 8.17, GitLab requires the use of node >= v4.3.0 to compile Since GitLab 8.17, GitLab requires the use of node >= v4.3.0 to compile
javascript assets, and starting in GitLab 9.0, yarn >= v0.17.0 is required to javascript assets, and yarn >= v0.17.0 to manage javascript dependencies.
manage javascript dependencies. In many distros the versions provided by the In many distros the versions provided by the official package repositories
official package repositories are out of date, so we'll need to install through are out of date, so we'll need to install through the following commands:
the following commands:
# install node v7.x # install node v7.x
curl --location https://deb.nodesource.com/setup_7.x | bash - curl --location https://deb.nodesource.com/setup_7.x | bash -
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment