shinygang / Vue-cnodejs

基于vue.js重写Cnodejs.org社区的webapp
http://shinygang.coding.me/
3.03k stars 803 forks source link

node server.js 的时候报错。请告诉我下是啥原理 😢 #35

Closed gggso closed 8 years ago

gggso commented 8 years ago

module.js:341 throw err; ^

Error: Cannot find module 'process-nextick-args' at Function.Module._resolveFilename (module.js:339:15) at Function.Module._load (module.js:290:25) at Module.require (module.js:367:17) at require (internal/module.js:16:19) at Object. (/wwwroot/Vue-cnodejs/node_modules/readable-stream/lib/_stream_readable.js:6:23) at Module._compile (module.js:413:34) at Object.Module._extensions..js (module.js:422:10) at Module.load (module.js:357:32) at Function.Module._load (module.js:314:12) at Module.require (module.js:367:17)

shinygang commented 8 years ago

你这个报错很可能是模块没安装好,你重新安装下模块。