开发:符号链接层级过多 - 监视失败

是的,这是在 Linux 上的开发安装。

find 命令会删除所有插件。我猜是某些东西出于某种原因创建了它们,当我按 ^C 停止服务器时,它们就被留下了。

编辑:这是不删除插件的 find 命令:

find plugins/ -type l | grep public | xargs rm -v