Skip to content

Proxy issue / Install without Couchbase #189

@diethardsteiner

Description

@diethardsteiner

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions