profile
뚜벅

vs code 터미널 yarn 안될 때 / yarn 설치 했는데! (Windows)

npm으로 yarn을 분명 설치 했는데 (--g나 --location=global 옵션, 프로젝트 디렉토리 직접 들어가서, 설치 직후 그 터미널 그 디렉토리에서 확인 등등)visual studio code (이하 vs code) 안에있는 터미널에서yarn 명령어를 못

2023년 2월 23일
·
0개의 댓글
·
post-thumbnail

upstream/origin 차이, git push upstream error

아래와 같이 브랜치 이름만 주었을 경우 no upstream 에러가 발생한다\\fatal: The current branch master has no upstream branch.To push the current branch and set the remote as u

2022년 9월 14일
·
0개의 댓글
·

CSS style 특정 하위 태그에만 적용하기 : first-child/last-child/nth-child 등

특정 하위 태그에만 CSS 적용하기키워드 정리, 주의사항(적용이 안될 때)css에서 선택자 뒤에 붙이는 키워드들이다. (가상 클래스 또는 의사 클래스)여기서 child는 트리 자료구조를 생각하면 된다.상위-하위 관계가 parent-child 관계적용 방법은 css 파일

2022년 1월 13일
·
0개의 댓글
·

[Spring] IntelliJ + spring initializr로 웹개발 빠르게 시작하기 (프로젝트 생성하기)

1. IntelliJ IDEA 설치 2. spring initializr로 프로젝트 생성하기 3. IntelliJ에서 다운받은 프로젝트 오픈하기 (참고) Run이 안될 때.

2022년 1월 3일
·
0개의 댓글
·