npm install 后 我后面尝试yarn 安装
npm install -g yarn --registry=https://registry.npm.taobao.org
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
并且host 配置了
15.164.81.167 github.com
151.101.88.249 github.global.ssl.fastly.net
15.164.81.167 是通过http://ping.chinaz.com/github.com 检查找的一个ip
运行 yarn install
........
fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed to connect to github.com port 443: Timed out
主要还是网络问题 老师能提供一个 完整的依赖包吗? 可以运行直接运行的 yarn serve | npm run dev
我这边可以去匹配老师提供node version npm verison 等