dtube / avalon

Blockchain for social distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"request" library not installed but needed

kekkyojin opened this issue · comments

When executing start.sh I am now getting this error message:

mac-mini:avalon javi$ ./scripts/start.sh
14:15:13.804 [INFO] Logger initialized

The "request" library is not installed automatically anymore.

But is a dependency of "request-promise".

Please install it with:

npm install request --save

My local copy of the repository is up to date. I also ran "npm install" after pulling the source code.

Something weird was causing this. I deleted the node_modules and do a npm install and it is working now.