Pārlūkot izejas kodu

tweak: add boot error help

KernelDeimos 9 mēneši atpakaļ
vecāks
revīzija
c97688706e
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  1. 9 0
      tools/run-selfhosted.js

+ 9 - 0
tools/run-selfhosted.js

@@ -121,6 +121,15 @@ const early_init_errors = [
         suggestions: [
         suggestions: [
             'try running `npm install`'
             'try running `npm install`'
         ],
         ],
+    },
+    {
+        text: 'Cannot write to path',
+        notes: [
+            'this usually happens when /var/puter isn\'t chown\'d to the right UID'
+        ],
+        suggestions: [
+            'check issue #645 on our github'
+        ]
     }
     }
 ];
 ];