Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b997d2ae
Commit
b997d2ae
authored
Jan 25, 2018
by
Tobias Gurtzick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix documentation about node version
Resolves #41438
parent
a7a24017
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
changelogs/unreleased/update-node-docs.yml
changelogs/unreleased/update-node-docs.yml
+5
-0
doc/update/10.2-to-10.3.md
doc/update/10.2-to-10.3.md
+3
-4
doc/update/10.3-to-10.4.md
doc/update/10.3-to-10.4.md
+3
-4
No files found.
changelogs/unreleased/update-node-docs.yml
0 → 100644
View file @
b997d2ae
---
title
:
fix documentation about node version
merge_request
:
16720
author
:
Tobias Gurtzick
type
:
other
doc/update/10.2-to-10.3.md
View file @
b997d2ae
...
@@ -54,17 +54,16 @@ sudo gem install bundler --no-ri --no-rdoc
...
@@ -54,17 +54,16 @@ sudo gem install bundler --no-ri --no-rdoc
### 4. Update Node
### 4. Update Node
GitLab now runs
[
webpack
](
http://webpack.js.org
)
to compile frontend assets
and
GitLab now runs
[
webpack
](
http://webpack.js.org
)
to compile frontend assets
.
it has a minimum requirement of node v4.3
.0.
We require a minimum version of node v6.0
.0.
You can check which version you are running with
`node -v`
. If you are running
You can check which version you are running with
`node -v`
. If you are running
a version older than
`v
4.3.0`
you will need to update to a newer version.
You
a version older than
`v
6.0.0`
you will need to update to a newer version.
You
can find instructions to install from community maintained packages or compile
can find instructions to install from community maintained packages or compile
from source at the nodejs.org website.
from source at the nodejs.org website.
<https://nodejs.org/en/download/>
<https://nodejs.org/en/download/>
Since 8.17, GitLab requires the use of yarn
`>= v0.17.0`
to manage
Since 8.17, GitLab requires the use of yarn
`>= v0.17.0`
to manage
JavaScript dependencies.
JavaScript dependencies.
...
...
doc/update/10.3-to-10.4.md
View file @
b997d2ae
...
@@ -56,17 +56,16 @@ sudo gem install bundler --no-ri --no-rdoc
...
@@ -56,17 +56,16 @@ sudo gem install bundler --no-ri --no-rdoc
### 4. Update Node
### 4. Update Node
GitLab now runs
[
webpack
](
http://webpack.js.org
)
to compile frontend assets
and
GitLab now runs
[
webpack
](
http://webpack.js.org
)
to compile frontend assets
.
it has a minimum requirement of node v4.3
.0.
We require a minimum version of node v6.0
.0.
You can check which version you are running with
`node -v`
. If you are running
You can check which version you are running with
`node -v`
. If you are running
a version older than
`v
4.3.0`
you will need to update to a newer version.
You
a version older than
`v
6.0.0`
you will need to update to a newer version.
You
can find instructions to install from community maintained packages or compile
can find instructions to install from community maintained packages or compile
from source at the nodejs.org website.
from source at the nodejs.org website.
<https://nodejs.org/en/download/>
<https://nodejs.org/en/download/>
Since 8.17, GitLab requires the use of yarn
`>= v0.17.0`
to manage
Since 8.17, GitLab requires the use of yarn
`>= v0.17.0`
to manage
JavaScript dependencies.
JavaScript dependencies.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment