GitHub user dosubot[bot] added a comment to the discussion: Try to install apache superset 4.1.1 with docker and error Invalid: lock file's luxon@3.5.0 does not satisfy luxon@3.6.1
<!-- Answer --> This error happens because the luxon version in package.json ("^3.5.0") doesn't match what's in package-lock.json, so npm ci fails due to the lock file being out of sync. This is a known issue in Superset 4.1.0–4.1.2, even with a clean clone. The recommended fix is to run `npm install` in the superset-frontend directory to update package-lock.json, then run `npm ci` again. This will sync the lock file and resolve the error. You can find more details and confirmation of this solution in [this GitHub issue](https://github.com/apache/superset/issues/33881). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/6c6eec44-16df-4c83-8a1f-d43296e6fc63?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/6c6eec44-16df-4c83-8a1f-d43296e6fc63?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/6c6eec44-16df-4c83-8a1f-d43296e6fc63?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/6c6eec44-16df-4c83-8a1f-d43296e6fc63?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/6c6eec44-16df-4c83-8a1f-d43296e6fc63?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/6c6eec44-16df-4c83-8a1f-d43296e6fc63?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/6c6eec44-16df-4c83-8a1f-d43296e6fc63?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35078) GitHub link: https://github.com/apache/superset/discussions/35078#discussioncomment-14358392 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org