Ask Your Question
1

Why is it not allowed to use chatview version 1.0.0 or newer when it requires intl version 0.18.0 or higher, but the mobile_app depends on intl version 0.17.0?

asked 2023-06-20 04:36:17 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-20 04:51:01 +0000

qstack gravatar image

This is because there is a dependency conflict between the Chatview version 1.0.0 and the mobileapp. Chatview version 1.0.0 requires the intl version 0.18.0 or higher, while the mobileapp depends on the intl version 0.17.0.

When different packages have conflicting dependencies, it can lead to unpredictable behavior, errors, or crashes. Therefore, it is necessary to resolve the dependency conflict by either upgrading the mobile_app to use intl version 0.18.0 or higher or downgrading the chatview to use intl version 0.17.0.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-20 04:36:17 +0000

Seen: 11 times

Last updated: Jun 20 '23