Install with git: add node and npm to path
Copy reference -
Report abuse
- View options
- Truncate descriptions
On Debian 8, node
binary was not available on PATH, so the install failed.
A workaround is to add local node
to the path using:
export PATH=$PATH:"$UCOIN_DIR/node/bin/"