bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Proxy issue / Install without Couchbase #189

Open diethardsteiner opened 6 years ago

diethardsteiner commented 6 years ago

Hi, Is there any way to avoid installing the couchbase client? Firstly I don’t need to connect to couchbase and secondly behind a proxy it seems to cause errors (although I can install other packages without problems): Error msg is not exact as I am just typing the essential bits.

Prebuild-install WARN install tunneling socket could not be established, status Code=502
Gyp ERR! Stack Error: tunneling socket could not be established, status Code=502

Is there a way to fix this? I am using nodejs v8.11.3, npm v5.6.0

My settings behind a proxy:

npm config set registry http://registry.npmjs.org/
npm config set http-proxy http://ip:port
npm config set https-proxy http://ip:port
npm set strict-ssl false