mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +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: [
|
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'
|
||||||
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user