hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Can't install #249

Closed ghost closed 8 years ago

ghost commented 8 years ago

Followed README.md up to Profit. DB_HOST=... command returned "sh: aperture: command not found", so I npm install -g aperture. Then "Error: Cannot find module 'async'". So I npm install async. Then "Error: Cannot find module 'express'". So I npm install express. It keeps going. I'm now up to "Error: Cannot find module 'cookie-session'". Sure I'm on the wrong track, don't want to keep going. Please could you help?

ghost commented 8 years ago

PS. I'm trying to make my implementation of gift-spending work with Hive.

weilu commented 8 years ago

Did you do npm install after you clone the repo?

ghost commented 8 years ago

Sorry, I can't remember. I will log the issue again if I find it's still a problem.