소스 검색

Add yarn troubleshooting page

Manav Rathi 1 년 전
부모
커밋
c899984f76
2개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      docs/docs/.vitepress/sidebar.ts
  2. 10 0
      docs/docs/self-hosting/troubleshooting/yarn.md

+ 9 - 0
docs/docs/.vitepress/sidebar.ts

@@ -89,6 +89,15 @@ export const sidebar = [
                     },
                     },
                 ],
                 ],
             },
             },
+            {
+                text: "Troubleshooting",
+                items: [
+                    {
+                        text: "Yarn",
+                        link: "/self-hosting/troubleshooting/yarn",
+                    },
+                ],
+            },
         ],
         ],
     },
     },
     {
     {

+ 10 - 0
docs/docs/self-hosting/troubleshooting/yarn.md

@@ -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