asyncWrite is not a function ?
发布于 6 年前 作者 chenzeZzz 5335 次浏览 来自 问答

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 回复

Have you defined it?

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.

Paste your whole code?

回到顶部