I have a problem with Node.js and uploading files to server. For uploading files to server I use this plugin. When starting file upload to the server, Node.js process crashe
If you encounter this error during trying to run ember server command please rm -rf tmp directory. Then run ember s again. It helped me.
ember server
rm -rf tmp
ember s