Skip to content

Instantly share code, notes, and snippets.

@lukaswilkeer
Last active August 3, 2020 02:25
Show Gist options
  • Save lukaswilkeer/9d7d041ac0417ca83bf74defb7d6919d to your computer and use it in GitHub Desktop.
Save lukaswilkeer/9d7d041ac0417ca83bf74defb7d6919d to your computer and use it in GitHub Desktop.
node-gyp rebuild on inotify package on installing babel/register.md

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.

npm install error message

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment