introlab / odas

ODAS: Open embeddeD Audition System
MIT License
780 stars 248 forks source link

Error in "npm install" #164

Open deepchand41 opened 5 years ago

deepchand41 commented 5 years ago

Hello @GodCed After cloning the odas_web, I am getting error as shown in below figure while running "npm install " in the base folder. Screenshot from 2019-07-04 12-04-24

My npm version is 6.9.0 and node version is v12.5.0 It will be a great help if you reply. Thanks in advance!!!

GodCed commented 5 years ago

Hi, I'm not sure what's going on here. You seem to have all the proper versions... From what I see the grpc module failed to build for electron which is unexpected with the correct versions installed.

I changed the way it is installed in the package.json file (from installing with default node runtime then rebuilding for electron to directly installing the proper binary for electron). Can you try checking out the grpc-native-installbranch and retry the install?

MohamedSamiGamalElden commented 5 years ago

try to install node10.x on your OS. It works with me. https://github.com/nodesource/distributions/blob/master/README.md

abhinit310 commented 3 years ago

Hi I have tried with node 10.x . But the error remains the same. Screenshot from 2021-05-27 10-45-07

abhinit310 commented 3 years ago

@MohamedSamiGamalElden @GodCed @deepchand41 https://github.com/introlab/odas/issues/164#issuecomment-849252136