Install node-gyp with npm
$ npm install -g node-gypYou will also need to install:
- On Unix(Ubuntu):
sudo apt-get install python-dev⚡
- On Mac OS X:
brew install python⚡
How to run
$ node-gyp configure
$ node-gyp build
$ node ./main.jsor
npm run build && npm testResult of sys.getrecursionlimit() = 1000
Result of sys.getrefcount(0) = 1
Result of pow(2, 3) = 8
Tested on OSX and Ubuntu
✨✨✨✨✨✨