我一直在尝试安装指南针/ sass,它确实安装/捆绑除了它......不安装。我不能使用任何命令。当我输入'compass compile'时,我收到错误
20.times do
Employee.create!(name: "Bob",
email: Faker::Internet.email)
end
if ENV["users"]
20.times do
User.create!(name: "Hank",
password: "foobar")
end
end
当我尝试运行我的项目时,我在rails服务器上收到此错误:
.parent {
background: blue;
z-index: 2;
height: 200px;
}
.shadow {
background: lightgrey;
z-index: -1;
opacity: 0.4;
position: relative;
top: 194px;
}
我尝试卸载gems并使用sudo进行安装,但是没有用。 我试过运行gem update --system,不起作用
当我运行-a gem时,我得到:
zsh: command not found: compass
如果有人有任何建议,我将不胜感激。非常感谢你!