I\'m using Ubuntu 15.04. While running the following command:
npm install fsevents
I\'m getting following error:
npm WARN optio
I had same issue with dependency. Kindly check for the package.json file , add "typings":"^0.8.1" entry under devDependency section. dont forget to add comma before :) Hope it will resolve issue.