Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (23 loc) · 987 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 987 Bytes

ikori

Peer to peer chat based on nodewebkit and webrtc. Ikori means 'chat' in igbo language

How to install

  • install node via nvm
  • make sure you use node version > 0.11
  • npm install
  • npm start

troubleshooting suse

  • if you get an error like
error while loading shared libraries: libudev.so.0: can
not open shared object file: No such file or directory

check this site and run the One line fix

  • sed -i 's/\x75\x64\x65\x76\x2E\x73\x6F\x2E\x30/\x75\x64\x65\x76\x2E\x73\x6F\x2E\x31/g' node_modules/nodewebkit/nodewebkit/nw

troubleshooting mac

  • if you get an error like
Invalid package.json 
Field 'main' is required.

rename packag.json in nodewebkit

  • mv node_modules/nodewebkit/package.json node_modules/nodewebkit/_package.json