Node.js: what is ENOSPC error and how to solve?

后端 未结 16 2428
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 08:52

I have a problem with Node.js and uploading files to server. For uploading files to server I use this plugin. When starting file upload to the server, Node.js process crashe

16条回答
  •  误落风尘
    2020-11-22 09:29

    Rebooting the machine solved the problem for me. I first tried wiping /tmp/ but node was still complaining.

提交回复
热议问题