运行用于sass编译的构建任务时,权限被拒绝

时间:2019-01-15 16:48:06

标签: visual-studio sass permissions

我是Mac上Visual Code的新手,并且已经按照步骤安装了sass编译器和npm等。但是,当我运行一个生成项目进行编译时,我得到了拒绝的权限。

在Arx-Perimeter-Rental文件夹中执行任务-Dev:themes / ARX / sass / main.scss themes / ARX / sass / css / main.css -w << / p>

/ bin / bash:主题/ARX/sass/main.scss:权限被拒绝 终端进程终止于退出代码:126

下面是我的task.json文件中的内容,该文件位于vscode目录中工作区的根目录中

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Sass Compile",
            "type": "shell",
            "command": "themes/ARX/sass/main.scss themes/ARX/sass/css/main.css -w",
            "group": "build",
            "problemMatcher": [
                "$node-sass"
            ]
        }
    ]
}

我也尝试了完整路径,但是获取目录不存在。我最近刚刚不得不更换硬盘驱动器,因此必须重新设置所有内容。

如果有人知道如何解决此问题,我将不胜感激。如果您有任何疑问,请告诉我。

谢谢 芭芭拉

0 个答案:

没有答案