ipenywis / Desktop_ChatApp

Udemy Course Series Desktop Chat App (Electron, Nodejs, React and Other Frameworks)
9 stars 3 forks source link

Missing bcrypt dependency #1

Open marcelh89 opened 5 years ago

marcelh89 commented 5 years ago

After clone and yarn install - installation failed (on fedora/linux) due to some bycrypt error yarn add bcrypt solved the problem - seems that the bycrypt is missing in package.json dependency

ipenywis commented 5 years ago

Thanks for your contribution. I will add that to the package.json ^^

paramula commented 5 years ago

how to start it?

error code : 'electron' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! chat-app-tuto@1.0.0 start: electron . npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the chat-app-tuto@1.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install?