You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when tried to build the Apache superset Non development version , caught this error " npm error Invalid: lock file's dayjs@1.11.12 does not satisfy dayjs@1.11.13"
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
I have searched Superset docs and Slack and didn't find a solution to my problem.
I have searched the GitHub issue tracker and didn't find a similar bug report.
I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
The text was updated successfully, but these errors were encountered:
To resolve the npm error "Invalid: lock file's dayjs@1.11.12 does not satisfy dayjs@1.11.13", you should update your package-lock.json file to match the version specified in package.json. Here are the steps you can follow:
Delete the existing package-lock.json file.
Run npm install to regenerate the package-lock.json file with the correct version of dayjs.
This will ensure that the lock file is consistent with the package.json dependencies [1].
Bug description
when tried to build the Apache superset Non development version , caught this error " npm error Invalid: lock file's dayjs@1.11.12 does not satisfy dayjs@1.11.13"
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: