I\'m using npm install cmd in my TFS build. I always get the following WARN:
npm WARN optional dep failed, continuing fsevents@0.3.1
How could I
npm install --no-optional prevents this warning
npm install --no-optional