我正在使用materializecss开始一个新项目。我想使用Sass设置,但是当我运行时:gem 'materialize-sass'
我收到以下错误。
ERROR: While executing gem ... (Gem::CommandLineError)
Unknown command materialize-sass
我安装了ruby,因为我每天都使用Sass,所以我不确定这里的问题是什么。
非常感谢任何帮助。
答案 0 :(得分:0)
我有类似的问题,但不完全一样。
看起来您需要先安装gem。
运行
"apiVersion": "2015-06-15",
"type": "Microsoft.Network/networkSecurityGroups",
"name": "[parameters('frontEndNSGName')]",
"location": "[resourceGroup().location]",
"tags": {
"displayName": "NSG - Front End"
},
"properties": {
"securityRules": [
{
"name": "web-rule",
"properties": {
"description": "Allow WEB",
"protocol": "Tcp",
"sourcePortRange": "*",
"destinationPortRange": "80",
"sourceAddressPrefix": "Internet",
"destinationAddressPrefix": "*",
"access": "Allow",
"priority": 101,
"direction": "Inbound"
}
}
]
}
单独安装