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 |
Tags
- staged
- git rm --cached
- npm
- Dependency Management
- brew
- docker daemon
- 자바스크립트
- git rm
- Auto-Importing
- 리눅스
- maven
- Git내부
- Linux
- SpringBootApplication
- node.js
- unmodified
- Spring
- commit
- git
- node
- docker
- git push
- github
- Dependency
- Server Off
- JS
- Modified
- spring boot
- hash-object
- Git 내부
Archives
- Today
- Total
갓태희
[Git Error] cannot load such file -- webrick (LoadError) 본문
깃허브 블로그 구축을 하다가 혹시 cannot load such file -- webrick (LoadError)
이러한 오류가 났다면 bundle add webrick
명령어로 해결할수 있는데 오류가 나는 이유는 다음과 같다.
링크 Ruby 3.0.0부터 webrick
은 더이상 지원하지 않는 라이브러리이므로 그에 상응하는 다른 gems를 설치해라고 나와있기 때문이다.
내가 도움을 받았던 곳은 이곳이다.
질문을 조금만 읽어보면 바로 알수있다
webrick
말고도 지원하지않는 라이브러리가 더 있으니 혹시 같은 오류인데 라이브러리 이름만 다르다면 위의 명령어를 통해 알맞는 라이브러리를 설치하면 될것이다.
'Git-Issue' 카테고리의 다른 글
[Git Issue] Private Branch (0) | 2021.05.29 |
---|---|
[Git Issue] 특정 파일만 push 할수있는지 ? (0) | 2021.05.29 |
[Git Issue] 깃 한글출력 영어로바꾸기 (0) | 2021.05.29 |
[Git Issue] Mac Git version Update (깃허브아님) (0) | 2021.05.29 |
[Git Error] 깃헙 블로그 삭제되지 않는 현상 (2) | 2021.05.22 |
Comments