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