Nacos报错:[[ not found
Posted 温浪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nacos报错:[[ not found相关的知识,希望对你有一定的参考价值。
问题
Ubuntu系统下,通过以下命令启动Nacos报错:
sh startup.sh -m standalone
解决方案
改用以下命令进行启动:
bash -f ./startup.sh -m standalone
以上是关于Nacos报错:[[ not found的主要内容,如果未能解决你的问题,请参考以下文章
解决go: go.mod file not found in current directory or any parent directory; see ‘go help modules‘(代码片段
[react] Module not found: Can't resolve 'schedule' in 'C:Usersadcaldvmtn7myapp (代码片段
springcloud报错-------关于 hystrix 的异常 FallbackDefinitionException:fallback method wasn't found(代码片段