找不到ganache-cli子进程依赖项

时间:2018-11-17 09:04:40

标签: node.js ethereum

我正在尝试在令牌向导应用程序中使用ganache和web3.js。

我在终端中运行ganache-cli的实例,然后使用以下代码使用ganache作为提供程序来创建web3.js的实例:

try {
        window.web3 = new Web3(window.web3.currentProvider)
        this.setState({
          approvePermissions: true,
          web3: window.web3
        })
      } catch (err) {
        console.log('There was a problem fetching accounts', err)
      }

启动应用程序时,出现以下错误:

Error in ganache-cli
Module not found: Error: Can't resolve 'child_process' in 'C:\Users\name\Desktop\wiz\node_modules\ganache-cli\build'

有人想解决吗?

0 个答案:

没有答案