error https://registry.npmjs.org/less/-/less-3.11.3.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: “EBUSY: resource busy or locked, open ‘C:\Users\Amie\AppData\Local\Yarn\Cache\v6\npm-less-3.11.3-2d853954fcfe0169a8af869620bcaa16563dcc1c-integrity\node_modules\less\test\less\errors\detached-ruleset-1.txt'”
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
1 thought on “failed to run yarn install”
Comments are closed.
Thank you, I have fixed it by runing
$npm config set registry https://registry.npm.taobao.org –global
$npm config set disturl https://npm.taobao.org/dist –global
$yarn config set registry https://registry.npm.taobao.org –global
$yarn config set disturl https://npm.taobao.org/dist –global
This problem is probobly caused by the network.