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