Binary mirror download link replacement for mainland China.
Fork from bin-wrapper.
Use yarn to replace bin-wrapper.
// package.json
{
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
}
}yarn installSame as bin-wrapper.
// package.json
{
"scripts": {
"preinstall": "china-bin-env"
}
}