首先去这个网站看下版本
https://github.com/nodesource/distributions/tree/master/rpm

然后在终端执行(安装nodejs12)
$ curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -
$ yum install nodejs

$ node --version
$ npm --version

NodeJs入门经典教材

http://www.nodebeginner.org/index-zh-cn.html  

阅读全文

nodejs npm常用命令

pm是一个node包管理和分发工具,已经成为了非官方的发布node模块(包)的标准。有了npm,可以很快的找到特定服务要使用的包,进行下载、安装以及管理已经安装...

阅读全文

欢迎留言