diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-12 15:46:13 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-12 15:51:53 -0500 |
commit | 43ceaf494fa21eb38e87b68c3451b9b1e55d065a (patch) | |
tree | 40c83fca0a14a17dd32c3de4b71f8127d6456c4e /doc/update | |
parent | 06a07e12889bb0cfd3ffd15245cfc5edcbf6bd6f (diff) | |
download | gitlab-ce-43ceaf494fa21eb38e87b68c3451b9b1e55d065a.tar.gz |
update node and yarn dependencies within install/upgrade docs
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/10.5-to-10.6.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/update/10.5-to-10.6.md b/doc/update/10.5-to-10.6.md index af8343b5958..f5c5c305726 100644 --- a/doc/update/10.5-to-10.6.md +++ b/doc/update/10.5-to-10.6.md @@ -56,8 +56,8 @@ sudo gem install bundler --no-ri --no-rdoc ### 4. Update Node -GitLab now runs [webpack](http://webpack.js.org) to compile frontend assets. -We require a minimum version of node v6.0.0. +GitLab utilizes [webpack](http://webpack.js.org) to compile frontend assets. +This requires a minimum version of node v6.0.0. You can check which version you are running with `node -v`. If you are running a version older than `v6.0.0` you will need to update to a newer version. You @@ -66,8 +66,8 @@ from source at the nodejs.org website. <https://nodejs.org/en/download/> -Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage -JavaScript dependencies. +GitLab also requires the use of yarn `>= v1.2.0` to manage JavaScript +dependencies. ```bash curl --silent --show-error https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - |