asyncWrite is not a function ?
 发布于 7 年前  作者 chenzeZzz  6024 次预览  最后一次回复是 7 年前  来自 问答 

Error: /home/dev/backend/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:458 3|backend- | asyncWrite(afterWrite, stream, state, finished, cb); 3|backend- | ^ 3|backend- | TypeError: asyncWrite is not a function

3 回复
zhongshiji

Have you defined it?

papandadj

You have to downgrade the node version to latest stable version i.e 8.11.2 because latest version of node is not compatible yet with all npm modules.

CoderIvan

Paste your whole code?