npm WARN optional dep failed, continuing fsevents@0.3.6

不羁岁月 提交于 2019-11-30 13:47:22

问题


I am install browserSync npm install browser-sync

but have a problem npm WARN optional dep failed, continuing fsevents@0.3.6

What is this error and how it can be solved ?

gulp does not start

P.S: It worked before . Already 2 project so created. clear cache - not help


回答1:


Hi fsevents is an API available only on OSX. So if you're using another OS like Windows as do I. Normally software that wants to use fsevents will provide an alternative or make it optional as your message reads. To my knowledge it will not stop gulp from running. I hope this can at least solve your problem or help you towards a solution.



来源:https://stackoverflow.com/questions/31228862/npm-warn-optional-dep-failed-continuing-fsevents0-3-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!