Nodemon: [nodemon] Internal watch failed: watch ENOSPC

Created on 18 Oct 2016  路  2Comments  路  Source: remy/nodemon

[nodemon] 1.10.2
[nodemon] to restart at any time, enter rs
[nodemon] watching: _._
[nodemon] starting node index.js
...
[nodemon] Internal watch failed: watch ENOSPC

All 2 comments

This version of Node is misleading about ENOSPC (no space): We actually just hit the maximum number of watchers for files.

Newer versions of Node i.e. 11.0.0+ give a feedback of a better quality instead:
[nodemon] Internal watch failed: ENOSPC: System limit for number of file watchers reached, watch '/a/filename/where/it/ran/out/of/watchers'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

medoix picture medoix  路  4Comments

maotora picture maotora  路  4Comments

Autre31415 picture Autre31415  路  4Comments

Bastorx picture Bastorx  路  5Comments

endquote picture endquote  路  4Comments