Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Distribute pre-built native binaries in npm

Is it possible to distribute pre-built native binaries using npm and where can I find any documentation on this topic ?

like image 511
doberkofler Avatar asked Oct 27 '14 21:10

doberkofler


1 Answers

After spending some additional time, I found a node-pre-gyp module that seems to do what you (and me) want: https://www.npmjs.com/package/node-pre-gyp.

The module page has links to an FAQ and sample on GitHub. Hope that helps.

like image 89
Heath Avatar answered Nov 15 '22 10:11

Heath