安装node错误:
wscript:329: error: Could not autodetect OpenSSL support. Make sure OpenSSL development packages are installed. Use configure --without-ssl to disable this message.
说明没有安装 openssl-devel开发包
[root@luozhonghua 0.4.8]# yum install openssl-devel
安装即可
wscript:329: error: Could not autodetect OpenSSL support. Make sure OpenSSL development packages are
原文地址:http://blog.csdn.net/luozhonghua2014/article/details/38226793