AKAI TSUKI

System development or Technical something

2017-07-01から1日間の記事一覧

Install Node.ja 6.11 on CentOS 7

install Node.js # curl -sL https://rpm.nodesource.com/setup_6.x | bash - *snip* # yum install -y nodejs *snip* Installed: nodejs.x86_64 2:6.11.0-1nodesource.el7.centos Complete! # check Node.js Version # node -v v6.11.0 # npm -v 3.10.10 #