Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 일상
- vagrant
- php-fpm
- 작업물 #영상편집 #서브컬쳐
- NGINX
- 코딩테스트
- 네이버싫어
- 개인공부
- jquery
- 메모
- centOS
- 시벌이슈
- 키워드
- 에러해결
- 작업물
- AWS
- php
- linux #centos
- centOS7
- error
- MySQL
- Backend
- ratchet
- 복습 #회사
- laravel
- 카카오가고싶다
- 기타정리
- 보안
- php artisan
- 키워드 정리
Archives
- Today
- Total
목록nodejs (1)
개발을 간바루Joy 하게
[Centos7] nodejs 최신버전 설치
//nodejs 삭제후 최신버전 설치 먼저 캐시를 지워줍니다. npm cache clean -f 현재 설치되어있는 nodejs를 삭제 해줍니다. sudo yum remove -y nodejs npm Nodejs 공식 홈페이지에 접속하여 설치할 버전을 체크합니다 (ctrl+f 로 centos 검색) 저는 14버전으로 설치를 진행하였습니다. github.com/nodesource/distributions/blob/master/README.md nodesource/distributions NodeSource Node.js Binary Distributions. Contribute to nodesource/distributions development by creating an account on GitHub...
프로그래밍/Linux
2021. 4. 8. 14:57