mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
tweak: add boot error help
This commit is contained in:
parent
7aece26f4b
commit
c97688706e
@ -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'
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user