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
- 티스토리꾸미기
- TSDoc
- 타입스크립트
- const 단언문
- react
- 개발콘텐츠
- 커스텀
- React.js
- utilty type
- 리액트
- NonNullable
- reactjs
- React Native
- vue.js
- 성능최적화
- javascript
- 누구나 자료구조와 알고리즘
- 2022
- JS console
- 타입좁히기
- click and drag
- 제네릭
- 레이아웃쪼개기
- 폰트적용하기
- Chart.js
- 반복줄이기
- CSS
- typescript
- returnType
- 공통컴포넌트
Archives
- Today
- Total
몽땅뚝딱 개발자
[window] sass 설치 시 ERROR: Could not find a valid gem 'sass' (>= 0), here is why:Unable to download data from https://rubygems.org/ - SSL_connectreturned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.o.. 본문
에러일지/환경설정
[window] sass 설치 시 ERROR: Could not find a valid gem 'sass' (>= 0), here is why:Unable to download data from https://rubygems.org/ - SSL_connectreturned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.o..
레오나르도 다빈츠 2021. 12. 23. 14:10
에러
ERROR: Could not find a valid gem 'sass' (>= 0), here is why:Unable to download data from https://rubygems.org/ - SSL_connectreturned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.org/latest_
ERROR: Could not find a valid gem 'sass' (>= 0), here is why:Unable to download data from https://rubygems.org/ - SSL_connectreturned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.org/latest_
해결
아래 코드를 입력하고 설치명령어를 재입력한다.
$ gem source -a http://rubygems.org/
개인적으로 공부한 내용을 정리하는 블로그로
잘못된 개념을 게시하지않도록 주의하고 있으나 오류가 있을 수 있습니다.
'에러일지 > 환경설정' 카테고리의 다른 글
[인텔리제이] 프로젝트 폴더가 보이지 않는 현상 (0) | 2023.12.26 |
---|---|
[npm] Not compatible with your version of node/npm (0) | 2023.11.23 |
[환경설정] gitflow 사용 시 java.lang.NullPointerException / git-flow 플러그인 (0) | 2021.12.15 |
[환경설정] STS4에서 lombok 적용 시 에러 / lombok 적용 후 STS가 안 켜질 때 (0) | 2021.06.26 |
Comments