我正在使用GitLab。对于一些我需要Grunt的CLI。
我已经npm install -g grunt-cli
全球安装了Grunt。
然后我按npm install
安装依赖项。
现在,每当我尝试运行Grunt($ grunt dev
)时,我都会收到以下警告。
ENOTSUP: operation not supported on socket, scandir 'G:\....\buildJs.json' Use --force to continue.
Aborted due to warnings.
我该如何解决这个问题? 任何帮助或建议都将非常感激。