When running the application in live mode(npm start in one terminal and npm run electron:serve in another terminal), application keeps on crashing with Too many open files in system message.
This is happening after I added CKEditor library in assets folder(I plan to add other dependencies which are not available through npm to assets).
This is the log from npm start terminal which is fine:
When running the application in live mode(
npm start
in one terminal andnpm run electron:serve
in another terminal), application keeps on crashing withToo many open files in system
message. This is happening after I added CKEditor library in assets folder(I plan to add other dependencies which are not available through npm to assets). This is the log fromnpm start
terminal which is fine:And this is the log from
npm run electron:serve
terminal window which terminates:Can anyone suggest how to resolve this issue? Any way to copy large number of files to dist in serve mode?