cnodejs / nodeclub

:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统

Home Page:http://cnodejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

项目跑不起来,报错如下

fengyurensheng opened this issue · comments

/usr/local/nodeclub/app.js:56
throw e;
^

[Error: Cannot find module './assets.json'
Require stack:

  • /usr/local/nodeclub/app.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:625:15)
    at Function.Module._load (internal/modules/cjs/loader.js:527:27)
    at Module.require (internal/modules/cjs/loader.js:683:19)
    at require (internal/modules/cjs/helpers.js:16:16)
    at Object. (/usr/local/nodeclub/app.js:53:14)
    at Module._compile (internal/modules/cjs/loader.js:777:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:788:10)
    at Module.load (internal/modules/cjs/loader.js:643:32)
    at Function.Module._load (internal/modules/cjs/loader.js:556:12)
    at Function.Module.runMain (internal/modules/cjs/loader.js:840:10)
    at internal/main/run_main_module.js:17:11
    ] {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/usr/local/nodeclub/app.js' ]
    }

make
build