Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

npm WARN optional dep failed, continuing [email protected]

I am install browserSync npm install browser-sync

but have a problem npm WARN optional dep failed, continuing [email protected]

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

like image 589
user3178479 Avatar asked Jul 05 '15 09:07

user3178479


1 Answers

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.

like image 140
Bethel Goka Avatar answered Oct 18 '22 20:10

Bethel Goka