-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency tree outdated #27
Comments
Thanks for reporting this - I'll make sure this is on our list, but unfortunately we don't have anyone able to commit significant resources to maintaining the UI at this time. If you or anyone is interested in tackling this and wants some help, please reach out and I'd be happy to help get you started. Are you trying to install from the latest release build or from the source code itself? |
yes, I'm happy to help. I'm of the opinion that if the UI works well, we can extend the reach of PHOEBE. I'm trying to build from source, as I cannot get the pre-built version to work, see #16. |
Long term, what we probably need to do is update as many of the packages as possible to most recent releases and update anything within the source code that is needed to do so, but that will likely take a significant effort. Currently, phoebe's This document is useful for understanding the syntax of version requirements: https://github.com/npm/node-semver?tab=readme-ov-file#advanced-range-syntax |
Hi everyone,
I'm trying to get the UI built on my Intel Mac, but it seems that the dependency tree is not up to date anymore:
query-params
was made for 15.3.0, while the top-level requirement is 16.6.3. Downgrading the top-level requirement breaks other dependencies.Unfortunately I've no Node or JS experience so I do not know what each package's functions is/are, nor do I know which packages to update/change. A simple search on npm shows
query-params
hasn't been updated for 6 years.The text was updated successfully, but these errors were encountered: