yarn install 时报错
An unexpected error occurred: "EPROTO: protocol error, symlink '../../../parser/bin/babel-parser.js'
操作
# 先删除 node_modules
rm -rf node_modules/
yarn install --save --no-bin-links
其他错误
sh: 1: cross-env: not found
请删除 package.json
中的 cross-env