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

后端 未结 16 2424
爱一瞬间的悲伤
爱一瞬间的悲伤 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:22

    Can't take credit for this, but @grenade pointed out that npm dedupe will fix the cause (too many files) and not the symptom.

    Source: Grunt watch error - Waiting…Fatal error: watch ENOSPC.

提交回复
热议问题