Recent Posts
Recent Comments
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- domain
- useRouter
- Next
- 내일배움캠프
- 코테
- error
- 초기셋팅
- 프로젝트 셋팅
- deep dive
- 모던 자바스크립트
- git
- 티스토리챌린지
- 코드카타
- 모던자바스크립트
- nextjs
- js
- 스파르타코딩클럽
- vscode
- 오블완
- array정적메서드
- 자주 까먹는
- CORS
- React
- 소셜 로그인
- 최적화
- 구글 로그인
- 셋팅
- 프로그래머스
- 코딩테스트
- vercel
- Today
- Total
목록punycode (1)
도록
punycode deprecated 에러
문제(node:6348) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.(Use node --trace-deprecation ... to show where the warning was created) punycode 모듈은 deprecated 됨 -> punycode를 지원하는 Node.js 버전으로 변경해야 함. 해결1. nvm 설치curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash 2. nvm 실행. ~/.nvm/nvm.sh 3. 가능한 버전 목록 보기nvm ls-..
Today I Learned
2024. 7. 29. 22:50