Homarr 0.14 Update Error #2039
-
Started Script in LXC Homarr 0.13.4.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
In case related, got the following error on a new install: (Deb 12 Bookworm)
|
Beta Was this translation helpful? Give feedback.
-
If I cannot reproduce the problem on my end, I cannot address an issue that appears to be functioning correctly here.
|
Beta Was this translation helpful? Give feedback.
-
@emddummi I'm unsure that older (pre v0.14) versions of Homarr can be updated with the script, so much has changed. You may need to create a new Homarr LXC and move your |
Beta Was this translation helpful? Give feedback.
-
I'm having issues trying to do a fresh Homarr LXC install. Please let me know if you need anymore details. Details: ./src/components/Manage/User/Invite/create-invite.modal.tsx:41:8
Type error: Property 'placeholder' is missing in type '{ value: any; onChange: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; popoverProps: { withinPortal: true; }; minDate: Date; maxDate: Date; withAsterisk: true; valueFormat: string; label: DefaultTFuncReturn; variant: "filled"; }' but required in type 'Pick<DateTimePickerProps, "error" | "name" | "date" | "description" | "left" | "right" | "value" | "defaultValue" | "key" | "firstDayOfWeek" | "id" | "children" | ... 383 more ... | "submitButtonProps">'.
39 | <Text>{t('modals.create.description')}</Text>
40 |
> 41 | <DateTimePicker
| ^
42 | popoverProps={{ withinPortal: true }}
43 | minDate={minDate}
44 | maxDate={maxDate}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
++ error_handler 47 '$STD yarn build'
++ local exit_code=1
++ local line_number=47
++ local 'command=$STD yarn build'
++ local 'error_message=\033[01;31m[ERROR]\033[m in line \033[01;31m47\033[m: exit code \033[01;31m1\033[m: while executing command \033[33m$STD yarn build\033[m'
++ echo -e '\n\033[01;31m[ERROR]\033[m in line \033[01;31m47\033[m: exit code \033[01;31m1\033[m: while executing command \033[33m$STD yarn build\033[m'
[ERROR] in line 47: exit code 1: while executing command $STD yarn build
++ [[ 47 -eq 24 ]]
+ exit |
Beta Was this translation helpful? Give feedback.
@emddummi I'm unsure that older (pre v0.14) versions of Homarr can be updated with the script, so much has changed. You may need to create a new Homarr LXC and move your
data
folder over. I'm not certain that will work.