Skip to content
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

Failed installation, Code ELIFECYCLE, errno 255 #53

Open
ouhaichi opened this issue Nov 22, 2020 · 4 comments
Open

Failed installation, Code ELIFECYCLE, errno 255 #53

ouhaichi opened this issue Nov 22, 2020 · 4 comments
Assignees

Comments

@ouhaichi
Copy link

2020-11-22T14_38_39_443Z-debug.log

Installation failed on ubuntu20.04.1 with Python 2.7.18 and node12.19.1
I couldn't get much help from the log file, but I attached it above.
I get a whole load of logs in the console (just a listing of all files in odas_web) but it ends with:

npm ERR! code ELIFECYCLE
npm ERR! errno 255
npm ERR! [email protected] postinstall: `electron-rebuild`
npm ERR! Exit status 255
npm ERR! 
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/hamza/.npm/_logs/2020-11-22T14_38_39_443Z-debug.log
@GodCed
Copy link
Collaborator

GodCed commented Nov 23, 2020

Hi, seems like something is off with a package version somewhere since the package_lock file was last commited.
Try running:

npm cache clean --force 
rm -rf node_modules package-lock.json
npm install

from the root directory. That should allow npm to fetch a proper set of compatible packages.

@GodCed GodCed self-assigned this Nov 23, 2020
@mjlabe
Copy link

mjlabe commented Feb 16, 2021

I almost comment that it didn't work because it was on ⠇ Building module: grpc, Completed: 0 for a very long time, but that seemed to work. Thanks!

@abhinit310
Copy link

Hi,
I am also facing the same issue. I have tried all the commands and steps mentioned above. But the error is still same.
I am using the odas_web 0.3 (latest release) on Ubuntu.

Kindly help me .

@amoussa646
Copy link

any updates on this, i am facing the same issue on raspberrypi, and the above solutions didnt work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants