logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

IntelliJ IDEA 找不到 git.exe

享受了两天愉快的周末,打开了该死的idea,我了了个擦,跟我说找不到git.exe,两天电脑我都没摸过,你给我来这套,真是你妈买菜必涨价。搜了几种方式,也能解决,但是不够迅速,抽了个时间写个解决方法,也给自己看看。1. 打开idea,找到左上角 File --> Setting --> Git![在这里插入图片描述](https://img-blog.csdnimg.cn/2020..

#git#intellij idea
新建vue项目出现error Unexpected ‘debugger‘ statement no-debugger

问题描述:项目中使用debugger/console报错errorUnexpected ‘debugger’ statementno-debuggererrorUnexpected ‘debugger’ statementno-debugger解决办法:1. 找到项目中的 package.json 文件2. 找到 eslintConfig 配置参数3. 在 eslintConfig 下的 rule

到底了