-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add command that configure China mirror #2206
Conversation
@gucong3000 our install process usually relys on GitHub releases for the binary downloads. Is that also something that is blocked? I know it can fall back to local build if necessary, I'm just curious of the experience with the alternate NPM install. |
It'd be better to general document settings a proxy using npm config or Env
cars rather than suggesting a specific library and proxy server
…On 10 Jan. 2018 10:30 am, "Nick Schonning" ***@***.***> wrote:
@gucong3000 <https://github.com/gucong3000> our install process usually
relys on GitHub releases for the binary downloads. Is that also something
that is blocked? I know it can fall back to local build if necessary, I'm
just curious of the experience with the alternate NPM install.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2206 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWJBztHnGOWqRS0URUMSnIXLUvPQ4ks5tI_Z6gaJpZM4RXanQ>
.
|
Yes, Great Firewall randomly dropp network packets from GitHub and Amazon S3 Service. China, GitHub and the man-in-the-middle
Most Web front-end development engineers do not have a compilation environment installed.
All packages that require download binary package are all need to do that. This is going to be a very tedious and error-prone operation. |
This seems reasonable to me. Curious to hear @EdwonLim thoughts since he maintains node-sass-china. |
README.md
Outdated
### Install from mirror in China | ||
|
||
```shell | ||
npx mirror-config-china --registry=http://registry.npm.taobao.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be done without adding npx
dependency? Something like
npm i -g mirror-config-china --registry=https://registry.npm.taobao.org
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
No description provided.