HackerShackOfficial / Smartphone-Doorlock

Doorlock that can be locked or unlocked through your smartphone
58 stars 35 forks source link

Project #4

Open tomes1112 opened 7 years ago

tomes1112 commented 7 years ago

Whats up HackerHouse

I've been making this project and I ran into trouble installing the code onto my pi. Im rather inexperienced so Im not sure whats wrong but when i executed the (sudo npm install) i get an error saying (npm WARN package.json test-blynk@1.0.0 No repository field) and nothing happens. Then I tried to run(vim doorlock.js) and the console said there was no such command. I'm not sure what's up and was hoping you guys could shed some light on the situation.

Thanks so much, Tomes

arnab08121987 commented 7 years ago

Try Vi doorlock.js .... Vi is a script editor for Linux based OS

skylerm521 commented 7 years ago

need to install vim.. sudo apt-get install vim