Vue-cli3.x中使用@引入文件Module is not installed 一、问题产生 1.出现错误 2.出现原因 在使用WebStrom或是Idea对vue项目进行开发时通常会使用“@ + 路径”的方法来引入文件, 但是由于在Vue-cli3.x中没有了build文件夹,而编译器又找不到webpack.config.js文件, 所以就出现了Module is not installed这个错...
idea使用git报错 Git is not installed 报错信息如下 问题解决 File–>Settings–>Version Contorl–>Git 配置Git.exe的路径,然后点OK就好了... 查看原文 github-IntelliJ IDEA上传本地代码到github仓库 1、安装IntelliJIDEA; 2、giuhub注册账号; 3、安装git; 4、idea验证git:file->;settings->;versioncontorl->...