[FAQ] 快速准备 windows 的 nodejs 开发环境

发布时间 2023-10-05 20:21:09作者: ercom

 

下载 git 版本控制系统:https://pc.qq.com/search.html#!keyword=git

下载 TortoiseGit 客户端:https://pc.qq.com/search.html#!keyword=git

下载 vscode 编辑器:https://pc.qq.com/search.html#!keyword=vscode

下载 nvm-windows:https://github.com/coreybutler/nvm-windows/tags

 

$ nvm list available

$ nvm install 18.18.0

$ nvm use xx.xx.xx

 

Other:开源情报工具

Link:https://www.cnblogs.com/farwish/p/17743823.html