1.mysql安装:mysql no compatible servers were found
https://www.sohu.com/a/227127720_100098990
2.tomcat启动:the jre could not 别found,在windows 下 preferences 配置server中进行配置
3.yarn安装了结果报:安装后yarn' 不是内部或外部命令,也不是可运行的程序
第一步:找到nvm 安装的位置如:C:soft vm 第二步:继续找到最里面你刚才安装的yarn 如:C:soft vm pm ode_modulesyarnin 第三步:环境变量配置-》用户变量 -》path,打开之后添加 C:soft vm pm ode_modulesyarnin 第四步:系统变量->path,打开之后添加 C:soft vm pm ode_modulesyarnin 重新打开cmd,输入 yarn即可