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
此時淘寶鏡像就可以用了。