dosubot[bot] commented on issue #30928:
URL: https://github.com/apache/superset/issues/30928#issuecomment-2478269741

   <!-- Greeting -->
   Hello, @dimoha! I'm here to help you with your Superset issue. I can assist 
with bug fixes, answer questions, and guide you on becoming a contributor. 
Let's tackle this together while we wait for a human maintainer.
   
   <!-- Answer -->
   The error you're encountering is due to a mismatch between the `luxon` 
package versions specified in the `package-lock.json` file and the 
`package.json` file. The `package-lock.json` file has `[email protected]`, while the 
`package.json` file specifies `[email protected]` for Superset version 4.1.0 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/package.json)</sup>.
   
   The fix you mentioned in [pull request 
#30859](https://github.com/apache/superset/pull/30859/files) is not included in 
the 4.1.0 tag. To resolve this issue, you can manually update the 
`package-lock.json` file to match the `luxon` version specified in the 
`package.json` file, or you can wait for a new release that includes this fix. 
Alternatively, you can try using the latest version from the master branch if 
it includes the necessary updates.
   
   
   <!-- 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]

Reply via email to