Skip to content
Snippets Groups Projects
Commit cb36c3b2 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Install yarn via apt in update guides

parent 3120b463
No related branches found
No related tags found
No related merge requests found
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies. JavaScript dependencies.
   
```bash ```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). More information can be found on the [yarn website](https://yarnpkg.com/en/docs/install).
Loading
Loading
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies. JavaScript dependencies.
   
```bash ```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). More information can be found on the [yarn website](https://yarnpkg.com/en/docs/install).
Loading
Loading
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies. JavaScript dependencies.
   
```bash ```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). More information can be found on the [yarn website](https://yarnpkg.com/en/docs/install).
Loading
Loading
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies. JavaScript dependencies.
   
```bash ```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). More information can be found on the [yarn website](https://yarnpkg.com/en/docs/install).
Loading
Loading
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
Loading
@@ -65,7 +65,10 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies. JavaScript dependencies.
   
```bash ```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). More information can be found on the [yarn website](https://yarnpkg.com/en/docs/install).
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment