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 | 29 | 30 | 31 |
Tags
- 스파르타코딩클럽
- array정적메서드
- 소셜 로그인
- domain
- 코테
- 코드카타
- CORS
- 프로그래머스
- vercel
- 프로젝트 셋팅
- js
- 셋팅
- nextjs
- 코딩테스트
- git
- TailwindCSS
- Next
- 모던 자바스크립트
- 최적화
- 초기셋팅
- 티스토리챌린지
- deep dive
- supabase
- 내일배움캠프
- 모던자바스크립트
- error
- useRouter
- 오블완
- React
- 자주 까먹는
- 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