-
Notifications
You must be signed in to change notification settings - Fork 47
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
Node.js after "One Click Installation" missing #1101
Comments
Hello 👋 Thank you for taking the time to open this issue with recognize. I know it's frustrating when software I look forward to working with you on this issue |
I've tried to load it via git, but it breaks too:
|
Manually installing Node.js via apt sets the directory to /usr/bin/nodejs but that Node.js does not come with module promises, so I installed it globaly: sudo npm -g install promises
|
You need the exact node.js version required by recognize. See the recognize admin settings |
Which version of recognize are you using?
5.0.3
Enabled Modes
Face recognition
TensorFlow mode
WASM mode
Downstream App
Photos App
Which Nextcloud version do you have installed?
27.1.5
Which Operating system do you have installed?
Debian 11
Which database are you running Nextcloud on?
Mariadb 10.5.23
Which Docker container are you using to run Nextcloud? (if applicable)
No response
How much RAM does your server have?
4GiB
What processor Architecture does your CPU have?
aarch64
Describe the Bug
Node.js is not installed by one click installer (installation within nextcloud app framework)
Expected Behavior
Node.js should be installed automaticly
To Reproduce
As Nextcloud Admin go to: Apps -> Multimedia -> Recognize -> Download and enable
-> Wait for ~14 minutes
-> Go to Administrator Setting -> Recognize
-> An error accurs on finding Node.js "Could not execute the Node.js binary. You may need to set the path to a working binary manually."
within the unix shell I see that the directory apps/recognize/bin/ is empty
Debug log
No response
The text was updated successfully, but these errors were encountered: