Hi folks, after installing node-gyp and attempt to build the hello-wordl addon, I wrote a test for it using mocha chai sinon with ES7 syntax. This means that I use import/export and need to use babel.
After attempt to install @babel/register I'm getting the error on inotify package issuing that node-gyp rebuild failed on make with status 2.
Before open an issue on inotify repo, that was solved on #69 I'm questioning either if the failed process of attempt to build an addon or failed cause node-gyp was installed.