guo-yu / btc

a command-line bitcoin price board for geeks
MIT License
389 stars 73 forks source link

It can't work, Could you tell me the reason? #20

Open gzduan opened 6 years ago

gzduan commented 6 years ago

I clone the code, then follow the README. but show this:

cookier@cookier-virtual-machine:~/btc_geek/btc$ npm install btc -g npm WARN deprecated swig@1.4.1: This package is no longer maintained npm WARN deprecated node-uuid@1.4.8: Use uuid module instead /home/cookier/node-v6.11.2-linux-x64/bin/btc -> /home/cookier/node-v6.11.2-linux-x64/lib/node_modules/btc/bin/cli /home/cookier/node-v6.11.2-linux-x64/lib └── btc@0.0.4

cookier@cookier-virtual-machine:~/btc_geek/btc$ btc 未找到 'btc' 命令,您要输入的是否是: 命令 'bti' 来自于包 'bti' (universe) 命令 'atc' 来自于包 'bsdgames' (universe) 命令 'bcc' 来自于包 'bcc' (main) 命令 'bc' 来自于包 'bc' (main) 命令 'dtc' 来自于包 'device-tree-compiler' (main) 命令 'btt' 来自于包 'blktrace' (universe) 命令 'tc' 来自于包 'iproute2' (main) 命令 'bts' 来自于包 'devscripts' (main) 命令 'butc' 来自于包 'openafs-client' (universe) 命令 'rtc' 来自于包 'nvram-wakeup' (universe) 命令 'htc' 来自于包 'httptunnel' (universe) btc:未找到命令

gzduan commented 6 years ago

Could this code can work on ubuntu?