From c97688706e88490968c51962eed33e8a4e17a34b Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Mon, 5 Aug 2024 15:59:09 -0400 Subject: [PATCH] tweak: add boot error help --- tools/run-selfhosted.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/run-selfhosted.js b/tools/run-selfhosted.js index 7a1acfdb..e5cdb57b 100644 --- a/tools/run-selfhosted.js +++ b/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' + ] } ];