mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #310] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. make: *** [Makefile:6: assets] Error 1 #82
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @enzshew on GitHub (Aug 10, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/310
sudo make build
[sudo] password for erlangga:
cd ./ui && yarn build --modules-folder /ui/node_modules
yarn run v1.22.19
$ react-scripts build --modules-folder /ui/node_modules
Creating an optimized production build...
Failed to compile.
TS2786: 'Modal' cannot be used as a JSX component.
Its element type 'ReactElement<any, any> | Component<ModalProps, any, any> | null' is not a valid JSX element.
Type 'Component<ModalProps, any, any>' is not assignable to type 'Element | ElementClass | null'.
Type 'Component<ModalProps, any, any>' is not assignable to type 'ElementClass'.
The types returned by 'render()' are incompatible between these types.
Type 'React.ReactNode' is not assignable to type 'import("/home/erlangga/asynqmon/ui/node_modules/@types/react-redux/node_modules/@types/react/ts5.0/index").ReactNode'.
235 |
236 |
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
make: *** [Makefile:6: assets] Error 1
@thanggggg1 commented on GitHub (Jul 9, 2024):
have you solve this