EPIPEEPIPE: Broken pipe
An attempt was made to write to a pipe or socket whose reading end has been closed.
ERR_DLOPEN_FAILEDA native addon (C++ .node file) failed to load.
A native Node.js addon could not be loaded. The binary may be compiled for a different Node.js version, platform, or architecture. The .node file may be missing or its shared library dependencies may not be installed.
Rebuild native dependencies: npm rebuild or node-gyp rebuild. Ensure you have the correct build tools installed (python, make, g++). Delete node_modules and reinstall. Check that the Node.js version matches the addon's requirements.
EPIPEAn attempt was made to write to a pipe or socket whose reading end has been closed.
RangeError: Maximum call stack size exceededThe JavaScript call stack has been exhausted, usually due to infinite or excessively deep recursion.
ERR_SERVER_ALREADY_LISTENThe server.listen() method was called when the server is already listening.
ERR_CRYPTO_INVALID_STATEA crypto operation was performed in an invalid state.
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memoryThe V8 engine ran out of heap memory, causing the Node.js process to crash.
ERR_UNHANDLED_REJECTIONNode.js is configured to throw on unhandled promise rejections and one was detected.