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

Packages no longer supported #25

Open
dometto opened this issue Jan 7, 2025 · 1 comment
Open

Packages no longer supported #25

dometto opened this issue Jan 7, 2025 · 1 comment

Comments

@dometto
Copy link

dometto commented Jan 7, 2025

I noticed interactive tools on new Galaxy cloud deployments no longer worked. It seems like the gx-it-proxy app is no longer functional due to deprecated packages:

$ nvm use v20.18.1
Now using node v20.18.1 (npm v10.8.2)
$ npx -v
10.8.2
$ npx gx-it-proxy --version
Need to install the following packages:
[email protected]
Ok to proceed? (y) y

npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.

I get the same result with Node v14/npx 6.14.4.

@bgruening
Copy link
Member

@dometto thanks a lot for reporting. @dannon has already started to work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants