npm WARN optional dep failed, continuing fsevents@0.3.6

前端 未结 1 647
时光取名叫无心
时光取名叫无心 2020-12-31 04:26

I am install browserSync npm install browser-sync

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

What i

相关标签:
1条回答
  • 2020-12-31 05:08

    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.

    0 讨论(0)
提交回复
热议问题