Skip to content
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

Support newer nodejs@20/npm@10 versions #57

Open
aleclofabbro opened this issue Mar 20, 2024 · 1 comment
Open

Support newer nodejs@20/npm@10 versions #57

aleclofabbro opened this issue Mar 20, 2024 · 1 comment
Assignees

Comments

@aleclofabbro
Copy link
Contributor

aleclofabbro commented Mar 20, 2024

system currently supports nodejs^16 & npm@^8
upgrade support to latests (
However, I suggest to keep the "support 1 specific version only" policy (nodejs@20, npm@10 at the time), to prevent the need to maintain tests on different versions

@aleclofabbro aleclofabbro self-assigned this Mar 20, 2024
@aleclofabbro
Copy link
Contributor Author

aleclofabbro commented Mar 20, 2024

Current limitation of versions are mostly due to some npm CLI features used to manage extension packages on runtime and for [un]installing them from the Webapp
This feature (in-webapp pkg [un]install) has been developed and successfully demonstrated in early prototypes
However, we found many issues may arise from it, and deserves a deeper analysis and definition of the use-cases (low-level system management by webapp admins)
That feature is disabled atm, and won't impact this issue

@aleclofabbro aleclofabbro changed the title Support newer nodejs/npm versions Support newer nodejs@20/npm@10 versions Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant