执行ionic start my-app --v2
时出现以下错误:
1 | Error with start undefined |
这个错误是由于npm版本太旧造成的,执行以下命令:
1 | npm install -g npm |
执行ionic start my-app --v2
时出现以下错误:
1 | Error with start undefined |
这个错误是由于npm版本太旧造成的,执行以下命令:
1 | npm install -g npm |
跨域资源共享(Cross-Origin Resource Sharing, CORS)
查看路由表:
1 | netstat -nr |
删除路由:
1 | route delete 0.0.0.0 # 删除默认路由 |
添加路由:
1 | route add -net 0.0.0.0 192.168.1.1 # 添加默认路由 |
附:
全球IP段查询:http://ipblock.chacuo.net/
中国最新IP段:http://ipblock.chacuo.net/down/t_txt=c_CN
1 | cnroute(){ |
1 | apt-get update && apt-get install -y pptpd |
/usr/bin/vi /etc/environment
1 | version: '2' |
打开个人设置,在其中设置参数:
1 | { |
在个人设置中添加下面配置:
1 | { |
在个人设置中设置下面参数:
1 | { |
在profile(~/.bash_profile
, ~/.zshrc
, ~/.profile
, or ~/.bashrc
)文件中添加:
1 | ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ |