logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

nginx配置ws代理

在Nginx设置ws代理:

#nginx#运维
npm install报错缺少python

vue执行npm install报错:Can‘t find Python executable “python“, you can set the PYTHON env variable。从网上下载的一个Vue模板项目,导入VsCode,执行npm install命令后,报错了,报错的信息是node-sass安装失败,同时提示需要python环境的错误信息,这是因为安装node-sass失败了,而

#npm#vue.js#前端
git上传代码出现的报错问题unable to access...

解决git上传代码出现的报错:unable to access ‘https://@github.com/BoySHI/vue3_ts.git/’:执行:git config --global --unset http.proxygit config --global --unset https.proxy然后再关联一下仓库:git remote add origin <git地址>如

#git
到底了