
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.

작성한 코드 및 에러 메세지
Logs for your project will appear below. Press Ctrl+C to exit.
metro-file-map: Watchman crawl failed. Retrying once with node crawler.
Usually this happens when watchman isn't running. Create an empty `.watchmanconfig` file in your project's root folder or initialize a git or hg repository in your project.
Error: Watchman error: std::__1::system_error: open: /Users/yudong-in/Desktop/sparta-study/sparta-you: Operation not permitted. Make sure watchman is running for this project. See https://facebook.github.io/watchman/docs/troubleshooting.
/Users/yudong-in/Desktop/sparta-study/sparta-you/node_modules/fb-watchman/index.js:99
var error = new Error(obj.error);
^
Error: std::__1::system_error: open: /Users/yudong-in/Desktop/sparta-study/sparta-you: Operation not permitted
at BunserBuf.<anonymous> (/Users/yudong-in/Desktop/sparta-study/sparta-you/node_modules/fb-watchman/index.js:99:23)
at BunserBuf.emit (node:events:527:28)
at BunserBuf.process (/Users/yudong-in/Desktop/sparta-study/sparta-you/node_modules/bser/index.js:292:10)
at /Users/yudong-in/Desktop/sparta-study/sparta-you/node_modules/bser/index.js:247:12
at processTicksAndRejections (node:internal/process/task_queues:78:11)코드 전체와 에러 메시지를 첨부해 주세요.
