means one of your modules use the fsevents module. fsevents was designed specifically for darwin operating system. but looks like you are running on windows 64 bit. when you see such a message you could ignore it or dig in to learn more so you search for fsevents in npm you find the following https://www.npmjs.com/package/fsevents
and you notice there it says The FSEvents API in OS X allows applications to register for notifications of changes to a given directory tree. It is a very fast and lightweight alternative to kqueue. On Friday, November 11, 2016 at 12:59:32 PM UTC-8, Prateek Varma wrote: > > Hello, > Newbie here. > Just trying Angular 2.. and setting up the environment. > > I see messages like - > > > <https://lh3.googleusercontent.com/-OsjR1v7PA8c/WCYwwrGwJbI/AAAAAAAAAac/7aM0HPeNs1sHW2H5xdFcnsTN8XF9spI-wCLcB/s1600/node%2Berrors.png> > > Sorry for the silly question, but what is all this? And how can i fix this? > Thanks > -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
