You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
This crashes on docker where file watch may not be available:
Error: watch ENOSPC
at exports._errnoException (util.js:746:11)
at FSWatcher.start (fs.js:1172:11)
at Object.fs.watch (fs.js:1198:11)
at createFsWatchInstance (/tbot/node_modules/kama/node_modules/nunjucks/node_modules/chokidar/lib/nodefs-handler.js:24:15)
at setFsWatchListener (/tbot/node_modules/kama/node_modules/nunjucks/node_modules/chokidar/lib/nodefs-handler.js:47:19)
at EventEmitter.NodeFsHandler._watchWithNodeFs (/tbot/node_modules/kama/node_modules/nunjucks/node_modules/chokidar/lib/nodefs-handler.js:177:15)
at EventEmitter.NodeFsHandler._handleFile (/tbot/node_modules/kama/node_modules/nunjucks/node_modules/chokidar/lib/nodefs-handler.js:201:8)
at EventEmitter.<anonymous> (/tbot/node_modules/kama/node_modules/nunjucks/node_modules/chokidar/lib/nodefs-handler.js:353:12)
at FSReqWrap.oncomplete (fs.js:95:15)
This is requested even when system is not requesting watch using
watch: true
inside of nunjucks as watch is off by default:http://mozilla.github.io/nunjucks/api.html#configure
This crashes on docker where file watch may not be available:
Other resources:
foreversd/forever#739
The text was updated successfully, but these errors were encountered: