0

当我运行时,npm run start我收到以下错误:

ERROR watchman --no-pretty get-sockname return with exit code=1, signal=null, stderr= 2018-01-13T17:08:24,417: [0x7fff97db03c0] while computing sockname: failed to create /usr/local/var/ run/watchman/11reed-state: 没有这样的文件或目录

我让它运行良好,但我在捆绑 index.js 文件时遇到了错误,所以我卸载了 watchman 并重新安装,现在我遇到了这个错误。

4

1 回答 1

5

我有同样的错误,我按照以下步骤修复了它:

  • npm r -g watchman
  • brew update && brew upgrade
  • brew install watchman
于 2018-01-13T22:29:19.870 回答