-
Notifications
You must be signed in to change notification settings - Fork 20
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
Lamachine install on ponyland server leads to nodejs installation error #215
Comments
Running: npm run build
Why you should do it regularly: Error: error:0308010C:digital envelope routines::unsupported Node.js v17.7.0 MSG: non-zero return code |
Hmm.. nodejs seems notoriously prone to breakages. I'll have to investigate deeper. In the meantime I suggest you just remove "labirinto" and "nodejs" from the installation manifest. It's the portal website which you're probably not interested in anyhow. |
I was running lamachine as a virtual environment with a stable release on a pony, mistmane to be precise. I did not have privileges, so I selected no there. I did not adjust the settings. I think that should be enough information to reproduce the problem. Would it be helpful to you if I shared my error log? Also, the provided temporary solution does not work for me, it gives me another build error, I assume because npm has some dependency within Nodejs. I seem to need sudo access to install docker/the needed Virtual Machines so there are no possibilities for lamachine installation left anymore. Should I then just try a manual clam installation with alpino separately installed? @proycon |
TASK [Installing configurable-http-proxy] ************************************** TASK [lamachine-run : Running npm install -g --prefix /vol/tensusers4/jgrunwald/my_lamachine configurable-http-proxy] *** STDERR: Run environment: MSG: non-zero return code |
That error seems to stem from the Jupyter Hub installation. It indeed uses npm/nodejs to install a component but that dependency seems not to be properly declared, hence the error. Can you removed 'jupyter' (alongside 'labirinto' and 'nodejs') from the installation manifest and try again? You're probably not interested in an entire jupyter hub installation anyhow. |
That fixed the problem :) |
I would not say the issue is closed, as the crashes still happen when trying to use any of the modules specified above. Or was this also already resolved? |
You're right, I was a bit premature and better keep it open |
I tried to use the provided bash script to setup lamachine under /vol/tensusers4/grunwald at mistmane.sciece.ru.nl.
The build failed giving the following error:
https://exerror.com/opensslerrorstack-error03000086digital-envelope-routinesinitialization-error/
It seems to originate from the nodejs package, I tried to update with force=1 and force=2 but both would run into the same error.
Disabling node.js inside the lamachine setup does not solve the problem.
The text was updated successfully, but these errors were encountered: