Tag: 指南针

咕噜不能find指南针命令。 为什么不?

我正在尝试在CentOS 7上使用grunt和yeoman来设置node.js服务器,但是我收到一个错误,指出无法findcompass命令。 我读了另一篇关于类似错误的文章 ,但另一篇文章假设你在rails上使用ruby,而我并不这样做。 另外, 我正在testing的方法来自于本教程 ,当我在教程中指出要inputgrunt serve.时,事情就停止了grunt serve. 我已经做了几个补充教程,以逐一解决错误消息,但目前关于指南针的错误似乎没有谷歌答案。 我需要采取哪些具体步骤才能find并使用指南针? 这里是目前的错误导致grunt serve失败: Warning: Running "compass:server" (compass) task Warning: Command failed: /bin/sh -c compass –version /bin/sh: compass: command not found Use –force to continue. Aborted due to warnings. 这是导致这个问题的一系列命令: 首先,我以root身份执行了以下安装命令: yum install -y nodejs yum clean all && yum update yum install -y gcc-c++ openssl-devel […]