dosubot[bot] commented on issue #29931:
URL: https://github.com/apache/superset/issues/29931#issuecomment-2286282304
<!-- Greeting -->
Hello @exolightor! I'm here to help you with any issues you encounter. Let's
tackle this bug together!
<!-- Answer -->
The error you're encountering during the Docker build process for the
pre-release version 4.1.0rc1 is due to a version mismatch between `dayjs` in
`package.json` and `package-lock.json`. This issue can be resolved by
synchronizing these files.
To fix this, follow these steps:
1. **Update `package-lock.json`**:
```sh
npm install
```
2. **Rebuild the Docker image**:
```sh
docker build -t superset .
```
This should resolve the version mismatch and allow the Docker build to
complete successfully.
For more information on handling dependency version mismatches, you can
refer to the recommended practices in the Superset repository
<sup>[[1]](https://github.com/apache/superset/blob/master/CHANGELOG/4.0.0.md)</sup>.
<!-- Dosu Comment Footer -->
*To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]