logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

2025年最强VSCode开发配置指南

{"workbench.editor.enablePreview": false, //打开文件不覆盖"search.followSymlinks": false,//关闭rg.exe进程"liveServer.settings.donotShowInfoMsg": true,"files.autoSave": &qu

文章图片
#vscode#前端#自动化
Error: Can't find Python executable "python", you can set the PYTHON env variable.解决办法

错误原因:Node.js 在安装模块的时候报错,缺少python环境。解决办法 运行下面代码:npm install --global --production windows-build-tools参考:https://github.com/nodejs/node-gyp

#node.js#python
2025年最强VSCode开发配置指南

{"workbench.editor.enablePreview": false, //打开文件不覆盖"search.followSymlinks": false,//关闭rg.exe进程"liveServer.settings.donotShowInfoMsg": true,"files.autoSave": &qu

#vscode#前端
到底了