I\'m using Ubuntu 15.04. While running the following command:
npm install fsevents
I\'m getting following error:
npm WARN optio
I found if you use "yarn add ." Yarn will exclude the fsevents will not throw an error.