报错内容是:
安装 allure 时ERROR: JAVA_HOME is set to an invalid directory: F:\soft\jdk Please set the JAVA_HOME variable in your environment to match the location of your Java installation。
这个问题的原因是java环境的环境变量不能运行
也就是在cmd中javac这个命令不能运行。
解决办法:
- 这时候要去检查一下环境变量参考:https://blog.csdn.net/xiaolipanpan/article/details/137106971?spm=1001.2014.3001.5501
- 运行javac
- 运行allure命令