ember 命令行界面 - "Could not find watchman, falling back to NodeWatcher for file system events installing"
ember CLI - "Could not find watchman, falling back to NodeWatcher for file system events installing"
在使用 ember CLI 时,我得到了这个:
version: 0.1.5
Could not find watchman, falling back to NodeWatcher for file system events
我真的不在乎它是使用 watchman 还是 NodeWatcher ... - 但我不喜欢这条消息 - 我想使用 ember 希望我使用的东西。我用自制软件安装了守望者......但仍然是这条消息。有什么想法吗?
我是 3.0.0 版 watchman - 0.1.5 版 ember。
当我watchman watch ~/sites/mySite
我明白了
dyld: Library not loaded: /usr/local/lib/libpcre.1.dylib
Referenced from: /usr/local/bin/watchman
Reason: image not found
Trace/BPT trap: 5
这是 ol - "brew putting things in unconventional spots" 的问题吗?
您的 watchman
没有正确安装。该错误消息表明您缺少 libpcre
;尝试 运行 brew install pcre
,然后会发生什么?
从 Ember CLI 0.1.7 开始,有 no longer a message when a valid version of watchman
is found。
在使用 ember CLI 时,我得到了这个:
version: 0.1.5
Could not find watchman, falling back to NodeWatcher for file system events
我真的不在乎它是使用 watchman 还是 NodeWatcher ... - 但我不喜欢这条消息 - 我想使用 ember 希望我使用的东西。我用自制软件安装了守望者......但仍然是这条消息。有什么想法吗?
我是 3.0.0 版 watchman - 0.1.5 版 ember。
当我watchman watch ~/sites/mySite
我明白了
dyld: Library not loaded: /usr/local/lib/libpcre.1.dylib
Referenced from: /usr/local/bin/watchman
Reason: image not found
Trace/BPT trap: 5
这是 ol - "brew putting things in unconventional spots" 的问题吗?
您的 watchman
没有正确安装。该错误消息表明您缺少 libpcre
;尝试 运行 brew install pcre
,然后会发生什么?
从 Ember CLI 0.1.7 开始,有 no longer a message when a valid version of watchman
is found。