Couchbase installation behind corporate proxy & private NPM repo

Is there any environment variable in which we can provide a ‘root’ location for where to find prebuilt binaries for couchbase?

We are install from behind a corporate firewall, and from a private NPM registry, so instead of downloading a prebuilt binary, npm is trying to build couchbase from scratch.

I have noticed other npm package (example node-sass) that allows you to provide an ENV var with an alternate location for the binaries to be downloaded.

We have developers on windows and mac.

Thanks & Regards,
Roy

Hey @roy.a.rico,

You can specify custom behaviour for prebuild-install, more information is available here:

Cheers, Brett

Thanks, will take a look