换电脑搭建开发环境小结

512 阅读1分钟
  1. vscode:code.visualstudio.com/download
  2. Nodejs+npm:nodejs.org/en/download…
  3. Node版本 n版本管理 npm install -g n
    • n x.x.x 安装某个版本
    • n latest 安装最新版本
    • n stable 安装稳定版本lts
    • n rm x.x.x 删除某个版本
    • 切换版本 sudo n
  4. yarn:npm install -g yarn
  5. 登陆Chrome账号同步chrome内容

2.shell脚本

image.png

3.代理

  • Whistle

image.png

  • npm 安装whistle
  • 下载whistle证书 1.git
    提示:
    hint: Pulling without specifying how to reconcile divergent branches is hint: discouraged. You can squelch this message by running one of the following hint: commands sometime before your next pull: hint: image.png 解决方案:git config --global pull.rebase false

mysql可视化工具workbench: dev.mysql.com/downloads/f…