깃 클론 후 , VSC 에서
#npm install
#npm run
아래와같은 에러가 발생합니다.
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
코딩하시던중
npm install 중에서 --save 안된것 때문에 package.json 에 추가안된 의존성이 있나봐요
다른사람들이 깃헙 소스받아서 install run 하면 안될것 같아요~
(중간중간 install 다 따라한사람은 제외~)