摘要: 方法一手动跟新:修改package.json中依赖包版本,执行npm install --force 方法二使用第三方插件:npm install -g npm-check-updatesncu // 查看可更新包ncu -u // 更新package.jsonnpm install // 升级到最 阅读全文
posted @ 2019-07-01 07:35 BloggerSb 阅读(35812) 评论(0) 推荐(3)
摘要: 安装 API bodyParse.raw(option) 将请求体内容作为Buffer来处理,并返回。支持gzip deflate 压缩。 bodyParser.text(option) 将请求提内容作为字符串来处理,并返回。支持gzip deflate 压缩。 bodyParser.urlenco 阅读全文
posted @ 2019-07-01 05:55 BloggerSb 阅读(2053) 评论(0) 推荐(0)