node-curl
node-curl copied to clipboard
node curl wrapper with fully implemented
Nobody can install this
Curl's changed a bit and this package hasn't. The following changes got thing there for me.
I get a bunch of errors trying to install this with Node 0.12.7 ``` # npm install --save node-curl npm WARN package.json @ No description npm WARN package.json @ No...
Hi, i'm not exactly sure how i can use the http patch method and transfer json data? I want an equivalent for ``` curl -X PATCH --data '{"rrsets": [ {"name":...
Rollback version node v0.10\* is ok. v 0.12\* an error ``` /mnt/hgfs/Ubuntu/projects.dev/pamani/node_modules/mysql/lib/protocol/Parser.js:82 throw err; ^ Error: Cannot find module '/mnt/hgfs/Ubuntu/projects.dev/pamani/node_modules/node-curl/lib/../build/default/node-curl' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at...
I get a whole bunch of errors when attempting to install with Node v0.12.0 OSX Yosemite. Is anyone else seeing these? To my untrained eye, it looks as if an...
Hi, I am trying to use your module but I can't. The output is: ``` shell >npm install node-curl --save | > [email protected] install C:\Users\PATH_TO_PROJECT\node_modules\node-curl > sh src/generate_curl_options_list.sh && (node-gyp...
Is HTTP Auth available? Cant finde some infos and cant create a working example for it.
Got following error when trying to run `npm install` on Ubuntu ``` > sh src/generate_curl_options_list.sh && (node-gyp rebuild || node-waf configure build) extract constants from generate src/integer_options.h cat: : No...