-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
OpenHAB Cloud Installation erros #461
Comments
I have fixed those problems, but when directing the browser to the IP address of my AMI, I get a 404 error from nginx. I am using the default configuration provided in the installation/customization instructions. |
This is the error I am getting: |
NGINX is actually showing an internal error. |
Similar problem here! This is my configuration
I cloned Among some warnings about unmet dependencies of @kristofrk How did you solve the problem with The output of
|
@FoxWhiskey I asked ChatGPT to analyze my error messages and followed its suggestions. I am attaching a file. I also added a resolutions entry to package.json to force resolution for bcrypt-cache. |
@FoxWhiskey I am also attaching the notes I took concerning my modifications. I got great help from the OpenHAB forum. |
I didn't know black magic is allowed to resolve openHAB-cloud installation problems 😉. I will post a summary of my approach ASAP, just in case someone else is interested. PS: I was able to get the app running, but cannot tell anything about runtime issues, yet... |
I am trying to install OpenHAB Cloud on a Ubuntu 24.04 LTS AMI. The 'npm install' command comes up with errors.
First it shows
While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/bcrypt
npm ERR! bcrypt@"^5.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer bcrypt@"^1.0.0" from [email protected]
npm ERR! node_modules/bcrypt-cache
npm ERR! bcrypt-cache@"^2.0.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/bcrypt
npm ERR! peer bcrypt@"^1.0.0" from [email protected]
npm ERR! node_modules/bcrypt-cache
npm ERR! bcrypt-cache@"^2.0.1" 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.
npm ERR!
When I retry with either of the above options, it gives an error for /home/ubuntu/openhab-cloud/node_modules/heapdump
an an exit cod 1 for gyp.
Any suggestions?
The text was updated successfully, but these errors were encountered: