machinomy / machinomy

Node.js library for micropayments in Ether and ERC20 tokens over HTTP

Home Page:http://machinomy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm install -g machinomy [fails]

vans163 opened this issue · comments

A bunch of unmet peer dependencies

├── UNMET PEER DEPENDENCY db-migrate-pg@^0.3.0
├── UNMET PEER DEPENDENCY db-migrate-sqlite3@^0.2.1
├─┬ machinomy@1.9.6 
│ ├── homedir@0.6.0  (git+https://github.com/ukstv/node-homedir.git#c12f20b3e0b0f2cdf745cfda241ef3702c098098)
│ └─┬ web3@0.20.6
│   └── bignumber.js@2.0.7  (git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934)
├── UNMET PEER DEPENDENCY mongodb@^2.2.31
├── UNMET PEER DEPENDENCY pg@^7.4.1
└── UNMET PEER DEPENDENCY sqlite3@^4.0.0

npm WARN machinomy@1.9.6 requires a peer of db-migrate-pg@^0.3.0 but none was installed.
npm WARN machinomy@1.9.6 requires a peer of db-migrate-sqlite3@^0.2.1 but none was installed.
npm WARN machinomy@1.9.6 requires a peer of mongodb@^2.2.31 but none was installed.
npm WARN machinomy@1.9.6 requires a peer of pg@^7.4.1 but none was installed.
npm WARN machinomy@1.9.6 requires a peer of sqlite3@^4.0.0 but none was installed.

The issue was discussed with @vans163 in Gitter.
As a result - created FAQ wiki section.