开发者

Node.js core dumps on Windows 7

开发者 https://www.devze.com 2023-01-26 00:25 出处:网络
I am on windows 7 and installed Node.js using this tutorial: http://howtonode.org/how-to-install-nodejs

I am on windows 7 and installed Node.js using this tutorial:

http://howtonode.org/how-to-install-nodejs

When 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消