Cpp-Ethereum

無法使用 eth (cpp-ethereum) (Ubuntu 14.04) 啟動 ethconsole

  • October 23, 2017

我成功啟動了一個節點。一切正常,甚至 GPU 挖礦。除了我無法連接 ethconsole,因為我收到一條錯誤消息:

$ethconsole
Connecting to node at /home/user/.ethereum/geth.ipc
Uncaught exception: Error: Cannot find module 'process'

然後我必須按 CTRL+C 來阻止它,因為它似乎被卡住了(試圖等待長達 15 分鐘..)。

我已經試過了

$sudo apt-get install process

$sudo npm install process

但這顯然不是解決問題的方法!

提前致謝。

sudo npm install -g process

你錯過了g。

引用自:https://ethereum.stackexchange.com/questions/10705