# 2020.11월

# 11월 이슈 요약

# 에러 해결 모음

# TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined

# fix

  1. package.json의 "react-scripts" 버전 확인 "^3.4.0" 이상으로 수정
  2. rm -rf node_moduled
  3. yarn install
  4. yarn start

# z-index 안될 때 해결법

# 배운점

# mobx

# next

# react

최근변경일: 3/25/2024, 12:16:11 PM