Newbie Question #1
Replies: 7 comments 6 replies
-
|
dependency on vite version ^4.0.0, but you already have vite version 3.2.5 installed in your project.
|
Beta Was this translation helpful? Give feedback.
-
|
There may be an error on my side. I will check it today |
Beta Was this translation helpful? Give feedback.
-
|
It should be fixed now. Please download the installer config ( wget -O eb-galaxy.conf https://raw.githubusercontent.com/emrahcom/galaxy/main/installer/eb-galaxy.conf |
Beta Was this translation helpful? Give feedback.
-
|
Thanks I will give it a try. On Dec 25, 2022, at 11:41 AM, emrah ***@***.***> wrote:
It should be fixed now. Please download the installer config (eb-galaxy.conf) again before starting the installation
wget -O eb-galaxy.conf https://raw.githubusercontent.com/emrahcom/galaxy/main/installer/eb-galaxy.conf
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
大哥们我也是新手,我部署后主页可以访问登录和注册报404啥情况呀,我就局域网部署 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @qiujunhong1, are there any errors in the browser console logs? |
Beta Was this translation helpful? Give feedback.
-
|
You should use separate domain names for |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Forgive me if I am asking stupid questions, I am new and figuring things out as I go.
I am trying to setup galaxy on a Debian 11 Digital Ocean server. I keep getting the same error and I am not sure what I am doing wrong.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: galaxy-ui@0.0.1
npm ERR! Found: vite@3.2.5
npm ERR! node_modules/vite
npm ERR! dev vite@"^3.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^4.0.0" from @sveltejs/kit@1.0.0-next.589
npm ERR! node_modules/@sveltejs/kit
npm ERR! dev @sveltejs/kit@"next" from the root project
npm ERR! peer @sveltejs/kit@"^1.0.0-next.587" from @sveltejs/adapter-auto@1.0.0-next.91
npm ERR! node_modules/@sveltejs/adapter-auto
npm ERR! dev @sveltejs/adapter-auto@"next" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
I tried the force and legacy options without any success.
I would appreciate any assistance.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions