Node.js - FATAL ERROR: v8::Debug::SetDebugMessageDispatchHandler V8 is no longer usable
When I attempt to run the command 'node server.js' in my ajaxim/server directory, I get this error: FATAL ERROR: v8::Debug::SetDebugMessageDispatchHandler V8 is no longer usable
I am SO close to getting this AjaxIM to work with the node.js (guest).
Anyone know what I am doing wrong an开发者_StackOverflowd how to get it working right? Thanks!
It seems your V8 is corrupted. You may need to re-install your node again.
精彩评论