I have a clean installed bench & erpnext app on my server.
When i start my bench with bench start
command, The web server has booted fine.
After some process, the web server stopped because watch.1 reach an error.
Seem the error come from erpnext/accounts/report/profitability_analysis/profitability_analysis.js
The following is my error log.
07:45:56 watch.1 | File not found: /home/frappe/frappe-bench/apps/erpnext/erpnext/public/js/education/student_button.html
07:45:56 watch.1 | File not found: /home/frappe/frappe-bench/apps/erpnext/erpnext/public/js/education/assessment_result_tool.html
07:45:56 watch.1 | Wrote js/erpnext.min.js - 151.05 KB
07:45:56 watch.1 | Wrote js/item-dashboard.min.js - 8.14 KB
07:46:00 watch.1 | events.js:141
07:46:00 watch.1 | throw er; // Unhandled 'error' event
07:46:00 watch.1 | ^
07:46:00 watch.1 |
07:46:00 watch.1 | Error: watch /home/frappe/frappe-bench/apps/erpnext/erpnext/accounts/report/profitability_analysis/profitability_analysis.js ENOSPC
07:46:00 watch.1 | at exports._errnoException (util.js:870:11)
07:46:00 watch.1 | at FSWatcher.start (fs.js:1234:19)
07:46:00 watch.1 | at Object.fs.watch (fs.js:1262:11)
07:46:00 watch.1 | at createFsWatchInstance (/home/frappe/frappe-bench/node_modules/chokidar/lib/nodefs-handler.js:37:15)
07:46:00 watch.1 | at setFsWatchListener (/home/frappe/frappe-bench/node_modules/chokidar/lib/nodefs-handler.js:80:15)
07:46:00 watch.1 | at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/frappe/frappe-bench/node_modules/chokidar/lib/nodefs-handler.js:228:14)
07:46:00 watch.1 | at FSWatcher.NodeFsHandler._handleFile (/home/frappe/frappe-bench/node_modules/chokidar/lib/nodefs-handler.js:255:21)
07:46:00 watch.1 | at FSWatcher.<anonymous> (/home/frappe/frappe-bench/node_modules/chokidar/lib/nodefs-handler.js:473:21)
07:46:00 watch.1 | at FSReqWrap.oncomplete (fs.js:82:15)
07:46:00 system | watch.1 stopped (rc=0)