Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 307 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 307 Bytes

Usage

First, install all dependencies:

npm i

Additional you need to install node-gyp globally in your system:

npm i -g node-gyp

Now configure native module:

node-gyp configure

Finally, you need to recompile all native modules:

node-gyp rebuild

Now you're ready to go. :)