Try node-gyp first.
This commit is contained in:
parent
579481cac9
commit
3b1ba2a279
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"main" : "./lib",
|
||||
"scripts" : {
|
||||
"install" : "sh src/generate_curl_options_list.sh && (node-waf configure build || node-gyp rebuild)"
|
||||
"install" : "sh src/generate_curl_options_list.sh && (node-gyp rebuild || node-waf configure build)"
|
||||
},
|
||||
"engines" : { "node": ">= 0.6.0" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue