Skip to content

Commit c976887

Browse files
committed
tweak: add boot error help
1 parent 7aece26 commit c976887

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/run-selfhosted.js

+9
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@ const early_init_errors = [
121121
suggestions: [
122122
'try running `npm install`'
123123
],
124+
},
125+
{
126+
text: 'Cannot write to path',
127+
notes: [
128+
'this usually happens when /var/puter isn\'t chown\'d to the right UID'
129+
],
130+
suggestions: [
131+
'check issue #645 on our github'
132+
]
124133
}
125134
];
126135

0 commit comments

Comments
 (0)