node.js-Cannot find module 'body-parser'
时间:2017-04-11 11:31:15
收藏:0
阅读:5440
在你的node目录下安装 body-parser 模块:
npm install --save body-parser
原文:http://www.cnblogs.com/fydxx/p/6692479.html
评论(0)