在MacOS更新和zsh终端更改之后,即使有守卫空白文件,我也无法使用npm start
运行我的应用程序。
我收到此错误:
jest-haste-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: resolve_projpath: path `(mypath)`: open: (mypath): Operation
not permitted. Make sure watchman is running for this project.
See https://facebook.github.io/watchman/docs/troubleshooting.html.
我应该降级吗?还是对此有任何解决办法?