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
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- 김골라
- netlify variables
- S3
- react
- Unable to find the global bin directory
- SASS
- Error:error:0308010C:digital envelope routines::unsupported
- nodejs
- expo
- 이미지 맵
- aws ec2
- 반응형 페이지 좌표 변환
- 이미지 좌표 추출
- node
- rwdImageMaps
- CSS
- AWS CodeBuild
- 설치완료안됨
- ogr2ogr
- EC2
- C언어
- GeoJSON object too complex/large
- NODE_VERSION
- can't getting credentials
- AWS CodePipeline
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- 어셈블리어
- credential error
- AWS
Archives
- Today
- Total
목록SASS (2)
ImFe's study
[Sass] Sass를 이용한 버튼 컴포넌트 스타일링
보호되어 있는 글입니다.
WEB/React
2021. 6. 29. 14:10

Styled Component말고도 Sass도 한번 써봐야겠다 싶어서 npm으로 설치하였더니(로컬) 해당 오류가 발생했습니다. node-modules를 삭제하고 npm install을 해봐도 해결이 안돼서 검색을 해보니 버젼을 낮춰서 깔아야 하는 듯 합니다. 현재 node-sass의 버전은 6.0.1입니다. node의 버전은 14.16.0입니다. www.npmjs.com npm Bring the best of open source to you, your team, and your company Relied upon by more than 11 million developers worldwide, npm is committed to making JavaScript development elegant, pr..
WEB/React
2021. 6. 28. 18:36