以前在去年安裝node.js時,yum install直接就搞定。此次虛擬機過久未登錄,因而登錄'yum update'遇到了以下錯誤:node
Error: Package: 1:nodejs-6.11.1-1.el7.x86_64 (epel) Requires: libhttp_parser.so.2()(64bit) Error: Package: 1:nodejs-6.11.1-1.el7.x86_64 (epel) Requires: http-parser >= 2.7.0
查了下,是由於CentOS 的EPEL裏已經移除了Node.js而放在了REHL中。 所以須要去下載http-parser
安裝便可.shell
rpm -ivh https://kojipkgs.fedoraproject.org/packages/http-parser/2.7.1/3.el7/x86_64/http-parser-2.7.1-3.el7.x86_64.rpm