Ver Fonte

tweak: add boot error help

KernelDeimos há 9 meses atrás
pai
commit
c97688706e
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      tools/run-selfhosted.js

+ 9 - 0
tools/run-selfhosted.js

@@ -121,6 +121,15 @@ const early_init_errors = [
         suggestions: [
             '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'
+        ]
     }
 ];