You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
If a system is behind a proxy, then the "npm install" commands does not honour the proxy global proxy settings on the machine, so it can't reach the https://registry.npmjs.org. I suggest that the proxy be set as optional variables at the top of install-librephotos.sh and then used in commands something like below just before the 'npm install' commands if PROXY is not blank.
npm config set proxy http://$PROXY:$PROXY_PORT
npm config set https-proxy http://$PROXY:$PROXY_PORT
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a system is behind a proxy, then the "npm install" commands does not honour the proxy global proxy settings on the machine, so it can't reach the https://registry.npmjs.org. I suggest that the proxy be set as optional variables at the top of install-librephotos.sh and then used in commands something like below just before the 'npm install' commands if PROXY is not blank.
npm config set proxy http://$PROXY:$PROXY_PORT
npm config set https-proxy http://$PROXY:$PROXY_PORT
The text was updated successfully, but these errors were encountered: