tweak: add boot error help

This commit is contained in:
KernelDeimos 2024-08-05 15:59:09 -04:00
parent 7aece26f4b
commit c97688706e

View File

@ -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'
]
} }
]; ];