어찌저찌 yarn까지 설치완료하고
yarn이랑 nodemon 버전까지 잘 뜨는거같은데
nodemon server.js 입력후 엔터시 노드몬이 정의되지 않았다고 하는거같습니다 ㅠㅠ
yarn add v1.22.19
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
success Saved 2 new dependencies.
info Direct dependencies
├─ global@4.4.0
└─ nodemon@2.0.20
info All dependencies
├─ global@4.4.0
└─ nodemon@2.0.20
✨ Done in 1.30s.
ichangmin@ichangmin-ui-MacBookAir node.js % nodemon server.js
zsh: command not found: nodemon
ichangmin@ichangmin-ui-MacBookAir node.js %