-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ubuntu 20.04 cannot install galaxy through "sh run.sh" #19375
Comments
Hi @mugpeng! Which version of nodejs are you using? Try to use a more recent version. |
Hi. my node version:
|
Hi @mugpeng! I'm using the same node version and just cleaned and reinstalled all the packages without such errors. Although the @cerner/duplicate-package-checker-webpack-plugin is archived and is not getting an update since around a year ago, but can be installed with new node versions (v18.20.3 and v20.18.1) with the below warning:
Please try this: yarn install --ignore-engines --force
Galaxy does not use this package. |
Thank you @itisAliRH and @bgruening . Then I set
The same error as before. |
I have given up and choose docker to run it. :( |
Describe the bug
ubuntu cannot install galaxy through "sh run.sh"
Galaxy Version and/or server at which you observed the bug
Galaxy Version: https://github.com/galaxyproject/galaxy/releases/tag/v24.1.3
reproduce
after running
sh run.sh
, the script create venv and conda galaxy , then at theyarn install
stage, it produces:first I try to ignore this error by:
yarn config set ignore-engines true
but at
yarn run build
step, it always produce:After several attempts like remove node_modules and yarn.locks, clean conda... it still failed.
I recheck the bugs and suppose the failed webpack compile may caused by the wrong node engines.
I reset:
yarn config set ignore-engines false
And degrade node version first, but new error output:
So I think it is better to improve
@cerner/[email protected]:
, and I run:npm install duplicate-package-checker-webpack-plugin@latest --save-dev
, but this time error again:Then I try to run in force mode but it's stuck:
other info
MY os:
Thank you so much.
The text was updated successfully, but these errors were encountered: