我在Linux上嘗試使用watchify
並不斷得到任何人在linux上使用watchify?它不應該自動使用inotify?
Error: Cannot find module 'fsevents' from ~/dir
爲什麼fsevents
甚至被我的系統考慮?這不是嚴格的Mac工具嗎?如何讓節點使用inotify
作爲其默認文件監視器而不是fsevents
?具體來說,我希望watchify
在文件更改前後包裝文件。爲什麼是這樣?
我一直在使用node-inotify
嘗試,但由於某種原因,我仍然得到
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
據this,inotify的應該只是在自動因爲我在Linux上踢。
嘗試的WebPack&'的WebPack-DEV-server'呢? – hendry
也是如此。要求mac'fsevents' – ddaaggeett