Node.js core dumps on Windows 7
I am on windows 7 and installed Node.js using this tutorial:
http://howtonode.org/how-to-install-nodejsWhen I am trying to run the tests , everything "CRASHES" (I don`t know why) and when I am running this line "node server.js" I am getting this开发者_StackOverflow error : "Segmentation fault (core dumped)"
What to do?
Thanks a lot, Yosy.
Try using the official node installation guide, and make sure all your dependencies are met.
Remember you can always stop into #node.js and ask questions! Make sure to report back with your findings.
What version of node do you use?
0.5.x are not compatible with Cygwin and future releases will not be compatible.
0.4.11 should work.
精彩评论