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 | 31 |
Tags
- reactjs
- react
- 타입스크립트
- 제네릭
- JS console
- 티스토리꾸미기
- 성능최적화
- 누구나 자료구조와 알고리즘
- 공통컴포넌트
- click and drag
- 반복줄이기
- javascript
- Chart.js
- const 단언문
- 커스텀
- vue.js
- NonNullable
- 리액트
- returnType
- CSS
- 레이아웃쪼개기
- 개발콘텐츠
- 2022
- 폰트적용하기
- TSDoc
- React Native
- React.js
- 타입좁히기
- utilty type
- typescript
Archives
- Today
- Total
목록nvm (1)
몽땅뚝딱 개발자
[Vue.js] mac에서 node 버전 변경 / nvm
맥북 재설정 중 정리해보는 node 버전 변경하는 방법 😎 1. node 설치 $ brew install node 2. node 버전을 변경하기 위한 nvm 설치 $ sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash 3. nvm 설정하기 $ vi ~/.bash_profile // => terminal이 bash인 경우 $ vi ~/.zshrc // => terminal이 zsh인 경우 3-1. 아래 입력 후 ESC 누르고 :qw export NVM_DIR="$HOME/.nvm" [ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && . "/opt/homebrew/opt/nvm/n..
Development/Vue.js
2022. 2. 25. 10:11