npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.       
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 

added 7 packages, and audited 2074 packages in 31s

161 packages are looking for funding
  run `npm fund` for details

36 vulnerabilities (25 moderate, 9 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

나는 깃이 무서워!

각 팀원들이 feature/이슈번호 와 같이 브랜치를 따로 만든 다음에, 이걸 dev 브랜치로 PR을 보내면서 머지하는 방향으로 개발을 진행하고 있다.

따라서, 새롭게 머지가 되면 rebase를 꼭 해주고 있는데, push를 보내고 PR을 보내고 나서야.. '아 맞다.. 형님이 머지를 했구나..' 깨달았다.

호다닥 달려가서 rebase를 하니, 응~ 똑같은 커밋 두 번 쌓였고~~!

이걸 어쩐담.. 고민하다가 일단 push를 해보려니, non-fast-forward라는 오류가 떴다.

https://velog.io/@rain98/깃허브-non-fast-forward-에러-해결하기

결국 git push -f origin feature/159 를 통해, force push를 해줘서 해결했다.


Error occurred while proxying request localhost:3000/socket.io/?EIO=4&transport=websocket to undefined [ECONNREFUSED] (<https://nodejs.org/api/errors.html#errors_common_system_errors>)