error An unexpected error occurred: "%27https://registry.npm.taobao.org%27/node-sass: Invalid URI "%27https://registry.npm.taobao.org%27/node-sass"".
上面是yarn install后的错误。
意思就是淘宝镜像不可用。
此时我们要还原节点:
执行yarn config set registry https://registry.npmjs.org --global
此时淘宝镜像就可以用了。