Closed krishnamanchikalapudi closed 5 years ago
Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-64_binding.node":
connect ETIMEDOUT 192.30.253.112:443
Timed out whilst downloading the prebuilt binary
Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
The binary download failed, you need to setup the proxy so it can talk to GitHub.
When it tried to build manually, you don't have the right version of Python for node-gyp https://github.com/nodejs/node-gyp#on-windows
Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-64_binding.node": connect ETIMEDOUT 192.30.253.112:443 Timed out whilst downloading the prebuilt binary Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
The binary download failed, you need to setup the proxy so it can talk to GitHub.
When it tried to build manually, you don't have the right version of Python for node-gyp https://github.com/nodejs/node-gyp#on-windows
Why SASS downloading from github.com & not from npmjs.com
The prebuilt binaries are attached to GitHub releases so the install just downloads the binding file for the installing environment. Including all combinations in NPM would make the package >100MB and we aren't open to doing that
The prebuilt binaries are attached to GitHub releases so the install just downloads the binding file for the installing environment. Including all combinations in NPM would make the package >100MB and we aren't open to doing that
Can we modify the github url to our own artifactory (download and store it in artifactory. if yes, how do we point to artifactory? our policy does not allow to go internet.
also, we tried npm install in may which pulled 4.9.2 version and did not go to internet (github) to get biding files or anything.
Yes. Check the readme for instructions.
On Fri., 14 Jun. 2019, 10:49 pm johankayati2019, notifications@github.com wrote:
The prebuilt binaries are attached to GitHub releases so the install just downloads the binding file for the installing environment. Including all combinations in NPM would make the package >100MB and we aren't open to doing that
Can we modify the github url to our own artifactory (download and store it in artifactory. if yes, how do we point to artifactory? our policy does not allow to go internet.
also, we tried npm install in may which pulled 4.9.2 version and did not go to internet (github) to get biding files or anything.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sass/node-sass/issues/2695?email_source=notifications&email_token=AAENSWDZTU24IRLMHZGH2TTP2P767A5CNFSM4HYMBOBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXX5XYI#issuecomment-502258657, or mute the thread https://github.com/notifications/unsubscribe-auth/AAENSWBR73RLAE44GLYV4PDP2P767ANCNFSM4HYMBOBA .
also, we tried npm install in may which pulled 4.9.2 version and did not go to internet (github) to get biding files or anything.
It did at one point, or you fell back to the build, it has always downloaded of GitHub. We do cache the binaries that are downloaded globally, so if you downloaded it one (or manually put it in the npm cache), it uses that version from then on.
I did not find README.MD instructions to change github.com to artifactory url.
I appreciate if you could point me the section
https://github.com/sass/node-sass/blob/master/README.md#binary-configuration-parameters
On Fri., 14 Jun. 2019, 11:14 pm johankayati2019, notifications@github.com wrote:
I did not find README.MD https://github.com/sass/node-sass/blob/master/README.md instructions to change github.com to artifactory url.
I appreciate if you could point me the section
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sass/node-sass/issues/2695?email_source=notifications&email_token=AAENSWERRN4VQ6YFSQSNX4TP2QC3PA5CNFSM4HYMBOBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXX7M3A#issuecomment-502265452, or mute the thread https://github.com/notifications/unsubscribe-auth/AAENSWG367LW65BCKIVE7XDP2QC3PANCNFSM4HYMBOBA .
https://github.com/sass/node-sass#binary-configuration-parameters. If you search the issues there are a bunch of others that are using Artifactory offline like https://github.com/sass/node-sass/issues/2133#issuecomment-477924161
npm -v
):6.4.1
node -v
):v10.13.0
node -p process.versions
):{ http_parser: '2.8.0', node: '10.13.0', v8: '6.8.275.32-node.36', uv: '1.23.2', zlib: '1.2.11', ares: '1.14.0', modules: '64', nghttp2: '1.34.0', napi: '3', openssl: '1.1.0i', icu: '62.1', unicode: '11.0', cldr: '33.1', tz: '2018e' }
node -p process.platform
):win32
node -p process.arch
):x64
node -p "require('node-sass').info"
):npm ls node-sass
):