npm install --cache
Error reason:
Uppercase letters, spaces, and Chinese package.json are not allowed in the “name” field.
rm -rf node_modules
npm install
저 명령을 치기 위해선 bash 환경에서 사용가능하다. 아 어이없어..
vscode 설정
npm cache clean --force
node modules 삭제 후 npm install로 재설치