node-kexec
node-kexec copied to clipboard
Node.js exec function to replace running process; like Ruby's exec.
Based on #38 I have added extended CI to cover Node 14 and removed CI for EOL Node versions. Mocha was also updated to the latest version.
Build is currently broken with the new node 12 version. I guess the important error is on this line: ``` ../src/kexec.cc: At global scope: ../src/kexec.cc:19:11: error: ‘v8::Handle’ has not been...
This is a port of kexec from nan to node-addon-api, which cleans up the code and provides support for node versions up to the latest (currently node 13). Migrating from...
``` bash c:\git\electron-recompile\tmp>npm install kexec - > [email protected] install c:\git\electron-recompile\node_modules\kexec > pangyp configure build Das System kann den angegebenen Pfad nicht finden. gyp: Call to 'node -v |grep "v0.1[12]" >...
Prebuild
Use prebuild module to have prebuild binaries of node-kexec.
Tests of [nodeos-reverse-proxy](https://github.com/piranna/nodeos-reverse-proxy) on TravisCI fails due to some problem when installing `node-kexec` itself: ``` > [email protected] install /home/travis/build/piranna/nodeos-reverse-proxy/node_modules/kexec > node-gyp rebuild gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will...
It seems like kexec cuts off the output when there are many lines in the console output of the child process.
Is it possible to do something similar to [fsevents](https://github.com/pipobscure/fsevents/commit/a4e25d2c6a835994d8ba8d8b9601985d53cdca0b#diff-21e418851ae48f9b11907837add9e39a) and add a condition so that this module doesn't attempt to build on Windows? When/If #3 is implemented then it can...