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
cb36c3b2
Commit
cb36c3b2
authored
Aug 04, 2017
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install yarn via apt in update guides
parent
3120b463
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
5 deletions
+20
-5
doc/update/8.17-to-9.0.md
doc/update/8.17-to-9.0.md
+4
-1
doc/update/9.0-to-9.1.md
doc/update/9.0-to-9.1.md
+4
-1
doc/update/9.1-to-9.2.md
doc/update/9.1-to-9.2.md
+4
-1
doc/update/9.2-to-9.3.md
doc/update/9.2-to-9.3.md
+4
-1
doc/update/9.3-to-9.4.md
doc/update/9.3-to-9.4.md
+4
-1
No files found.
doc/update/8.17-to-9.0.md
View file @
cb36c3b2
...
...
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies.
```
bash
curl
--location
https://yarnpkg.com/install.sh | bash -
curl
--silent
--show-error
https://dl.yarnpkg.com/debian/pubkey.gpg |
sudo
apt-key add -
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
sudo tee
/etc/apt/sources.list.d/yarn.list
sudo
apt-get update
sudo
apt-get
install
yarn
```
More information can be found on the
[
yarn website
](
https://yarnpkg.com/en/docs/install
)
.
...
...
doc/update/9.0-to-9.1.md
View file @
cb36c3b2
...
...
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies.
```
bash
curl
--location
https://yarnpkg.com/install.sh | bash -
curl
--silent
--show-error
https://dl.yarnpkg.com/debian/pubkey.gpg |
sudo
apt-key add -
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
sudo tee
/etc/apt/sources.list.d/yarn.list
sudo
apt-get update
sudo
apt-get
install
yarn
```
More information can be found on the
[
yarn website
](
https://yarnpkg.com/en/docs/install
)
.
...
...
doc/update/9.1-to-9.2.md
View file @
cb36c3b2
...
...
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies.
```
bash
curl
--location
https://yarnpkg.com/install.sh | bash -
curl
--silent
--show-error
https://dl.yarnpkg.com/debian/pubkey.gpg |
sudo
apt-key add -
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
sudo tee
/etc/apt/sources.list.d/yarn.list
sudo
apt-get update
sudo
apt-get
install
yarn
```
More information can be found on the
[
yarn website
](
https://yarnpkg.com/en/docs/install
)
.
...
...
doc/update/9.2-to-9.3.md
View file @
cb36c3b2
...
...
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies.
```
bash
curl
--location
https://yarnpkg.com/install.sh | bash -
curl
--silent
--show-error
https://dl.yarnpkg.com/debian/pubkey.gpg |
sudo
apt-key add -
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
sudo tee
/etc/apt/sources.list.d/yarn.list
sudo
apt-get update
sudo
apt-get
install
yarn
```
More information can be found on the
[
yarn website
](
https://yarnpkg.com/en/docs/install
)
.
...
...
doc/update/9.3-to-9.4.md
View file @
cb36c3b2
...
...
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies.
```
bash
curl
--location
https://yarnpkg.com/install.sh | bash -
curl
--silent
--show-error
https://dl.yarnpkg.com/debian/pubkey.gpg |
sudo
apt-key add -
echo
"deb https://dl.yarnpkg.com/debian/ stable main"
|
sudo tee
/etc/apt/sources.list.d/yarn.list
sudo
apt-get update
sudo
apt-get
install
yarn
```
More information can be found on the
[
yarn website
](
https://yarnpkg.com/en/docs/install
)
.
...
...
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