Add yarn troubleshooting page
This commit is contained in:
parent
ed3b165b4b
commit
c899984f76
2 changed files with 19 additions and 0 deletions
|
@ -89,6 +89,15 @@ export const sidebar = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Troubleshooting",
|
||||
items: [
|
||||
{
|
||||
text: "Yarn",
|
||||
link: "/self-hosting/troubleshooting/yarn",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
10
docs/docs/self-hosting/troubleshooting/yarn.md
Normal file
10
docs/docs/self-hosting/troubleshooting/yarn.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Yarn errors
|
||||
description: Fixing yarn install errors when trying to self host Ente
|
||||
---
|
||||
|
||||
# Yarn
|
||||
|
||||
If your `yarn install` is failing, make sure you are using Yarn Classic
|
||||
|
||||
* https://classic.yarnpkg.com/lang/en/docs/install
|
Loading…
Add table
Reference in a new issue