ERROR hint:coud not find cyber_launch, is cyber already installed?
使用包管理安装方式,aem start 和aem enter均无报错,执行aem bootstrap --plus,报错:ERROR hint:coud not find cyber_launch, is cyber already installed?
已按照官方文档中的包管理安装方式一步一步执行安装,请问问题出在哪里?谢谢
[buildtool] 2024-04-20 16:53:22 INFO Reconfigure apollo enviroment setup [buildtool] 2024-04-20 16:53:22 ERROR Encounter ErrCode.ModuleIsNotInstallErr [buildtool] 2024-04-20 16:53:22 ERROR hint: Could not find cyber_launch. Is cyber already installed? [buildtool] 2024-04-20 16:53:22 INFO Reconfigure apollo enviroment setup [buildtool] 2024-04-20 16:53:22 ERROR Encounter ErrCode.ModuleIsNotInstallErr [buildtool] 2024-04-20 16:53:22 ERROR hint: Could not find cyber_launch. Is cyber already installed? [ERROR] Failed to start Dreamview. Please check /opt/apollo/neo/data/log/dreamview.log or /opt/apollo/neo/data/log/monitor.log for more information 请问解决了吗?一样的,也碰到了这个问题
不要用sudo运行aem bootstrap start --plus,把/opt/apollo/neo/data/log/的拥有者变为自己的用户
不要用sudo运行aem bootstrap start --plus,把/opt/apollo/neo/data/log/的拥有者变为自己的用户
可以解决
不要用sudo运行aem bootstrap start --plus,把/opt/apollo/neo/data/log/的拥有者变为自己的用户
具体命令是什么呀~~
不要用sudo运行aem bootstrap start --plus,把/opt/apollo/neo/data/log/的拥有者变为自己的用户 sudo chown -R lms:lms /opt/apollo/neo/data/log/ chown: cannot access '/opt/apollo/neo/data/log/': No such file or directory 这是怎么回事
不要用sudo运行aem bootstrap start --plus,把/opt/apollo/neo/data/log/的拥有者变为自己的用户
具体命令是什么呀~~
使用echo $USER命令查看当前用户名;然后使用chown指令对/opt/apollo/neo/data/log目录修改拥有者就可以了