Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- android
- Algorithm
- DFS
- issue
- 코딩테스트
- codingtest
- 안드로이드스튜디오
- AndroidStudio
- vuejs
- DFS와BFS
- DART
- 개발
- 코테
- Vue
- cos pro 1급
- 안드로이드
- C++
- 분할정복
- 파이썬
- django
- cos pro
- BAEKJOON
- Python
- cos
- Flutter
- 알고리즘
- 코드품앗이
- 백준
- 동적계획법과최단거리역추적
- 동적계획법
Archives
- Today
- Total
목록yum install nodejs (1)
Development Artist
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/mtUh9/btrT97KvzjT/HOH9FlKSvxCAOSHmH3QGC0/img.png)
이슈 Centos 7 이미지로 띄운 VM에 nodejs를 설치하려고 하니 다음과 같이 패키지 충돌이 일어났다. 'You could try uisng --skip-borken to work around the problem' 문제를 해결하기 위해 --skip-borken 을 사용할 수 있다는 말과, 'You could try running: rpm -Va --nofiles --nodigest' rpm 명령어를 쳐볼 수 있다고 명세하고 있다. 해결 dependency 문제로 설치가 스킵 되었다고 말하고 있다. 'nodejs-18.12.0-1nodesource.x86_64 from nodesource' 가 문제였다. 해당 문제의 패키지를 삭제하고, 다시 nodejs를 설치하였다. 성공!
TroubleShooting/Linux Issue
2022. 10. 27. 13:16