未解决:运行EtherCalc出错:Error: Cannot find module 'zappajs'

下载:

git clone --branch master https://github.com/audreyt/ethercalc.git

出错:

# bin/ethercalc
node app.js
Please connect to: http://debian:8000/
internal/modules/cjs/loader.js:583
    throw err;
    ^

Error: Cannot find module 'zappajs'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (/home/quantum6/ethercalc/app.js:49:3)
    at Object.<anonymous> (/home/quantum6/ethercalc/app.js:60:4)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)

  开源的东西,这是正常现象。

发布了2466 篇原创文章 · 获赞 301 · 访问量 177万+

猜你喜欢

转载自blog.csdn.net/quantum7/article/details/104340809