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
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.
The text was updated successfully, but these errors were encountered:
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:I get the same result with Node v14/npx 6.14.4.
The text was updated successfully, but these errors were encountered: