windows电脑软件初始化
约 195 字小于 1 分钟
windows电脑软件初始化
开发软件
Toolbox(通过Toolbox安装idea,webstorm,datagrip等)
安装位置:
D:\node-v20.3.1-win-x64
在文件夹下新建以下两个文件夹:
node_cache
node_global
配置环境变量:
image-20250723151454396 - PATH变量新增:
image-20250723151550238 - 执行命令
npm config set prefix "D:\node-v20.3.1-win-x64\node_cache" npm config set cache "D:\node-v20.3.1-win-x64\node_global" # 设置代理 npm config set proxy http://IP:PORT # 查看配置列表是否配置成功 npm config list
- 查看是否安装成功:
node -v npm -v
压缩软件
视频软件
截图软件
文件检索软件
终端管理工具
Powered by Waline v3.1.3