Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Express を Node.js Web フレームワークとして使用し、MongoDB を永続層として使用しています。「node app.js」コマンドでサーバーを実行すると、mongoose エラーや imagemagick エラーなどのエラーが発生することがあり、ホール ノード プロセスが停止し、ブラウザから使用できなくなります。Express のエラー ハンドラを使用しましたが、これはまだ発生しています。誰か助けてくれませんか?
process.on('uncaughtException', function (err) { console.error(err); console.log("Node NOT Exiting..."); });
clusters.on('death', function(worker) { app.listen(3000); });