asyncWrite is not a function ?
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?