Watchman crawl failed. Retrying once with node crawler

后端 未结 5 2368
时光说笑
时光说笑 2021-02-14 23:06

Watchman crawl failed. Retrying once with node crawler. Usually this happens when watchman isn\'t running. Create an empty .watchmanconfig file i

5条回答
  •  青春惊慌失措
    2021-02-14 23:38

    Use sudo command to run watchman.

    sudo npm run test
    

    This problem arose because you might be running watchman as root.

提交回复
热议问题