node.js body-parser 为什么会报错 bodyParser.raw is not a function?
ringa_lee
ringa_lee 2017-04-17 14:36:52
0
2
810

很简单的一段代码,想要设置raw的entity大小,因为上传图片导致node request entity too large

修改:

app.use(bodyParser.json({limit: "50mb"}));
app.use(bodyParser.raw({limit: "50mb"}));//这里出错了,bodyParser.raw is not a function?
app.use(bodyParser.urlencoded({limit: "50mb", extended: true, parameterLimit:50000}));
ringa_lee
ringa_lee

ringa_lee

全員に返信(2)
PHPzhong

あなたのbody-parserのバージョンは何ですか?

いいねを押す +0
Peter_Zhu

これらのミドルウェアは、exprss4.0 以降、connect から分離されました

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート