You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Node.js it is recommended you use the [official source](https://github.com/nodesource/distributions/blob/master/README.md#debinstall), per the instructions we will use the following commands:
echo"deb https://dl.yarnpkg.com/debian/ stable main"| sudo tee /etc/apt/sources.list.d/yarn.list
349
-
350
-
sudo apt update
351
-
sudo apt install yarn -y
347
+
corepack enable
348
+
yarn set version stable
349
+
yarn install
352
350
```
353
351
354
352
To verify you have everything installed properly you can run the following:
@@ -699,4 +697,4 @@ There are many different types of proxy services you could use, anything from lo
699
697
700
698
#### 3. File upload providers
701
699
702
-
There are many options for storing files outside of your virtual machine, Strapi have built a few and the community is constantly building new ones. See the [following guide](/dev-docs/providers) on searching for options as well as installing them.
700
+
There are many options for storing files outside of your virtual machine, Strapi have built a few and the community is constantly building new ones. See the [following guide](/dev-docs/providers) on searching for options as well as installing them.
0 commit comments