MustScanSubDirs UserDroppedTo resolve, please review the information on
https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
To clear this warning, run:
watchman watch-del '/' ; watchman watch-project '/'
Watchman이 지정된 디렉토리에 대해 다시 크롤링을 수행해야 한다는 것을 의미하는 경고로 아래 코드를 터미널에서 실행시 해결됨
watchman watch-del '/' ; watchman watch-project '/'