Redhat Linux 에서 npm 설치하기

2015. 10. 25. 17:12 - mr.november11

Run as root on RHEL, CentOS or Fedora:

curl --silent --location https://rpm.nodesource.com/setup | bash -

Then install, as root:

yum -y install nodejs

Optional: install build tools

To compile and install native addons from npm you may also need to install build tools:

yum install gcc-c++ make
# or: yum groupinstall 'Development Tools'


다른 카테고리의 글 목록

Linux 카테고리의 포스트를 톺아봅니다