我使用Grunt在Bootstrap 3.1.1项目上编译css。在观察更改时,每次保存.less文件时都会出现以下错误
Running "less:compileCore" (less) task
>>SyntaxError: Unable to write "dist/css/bootstrap.css.map" file (Error code: EACCES). in less/bootstrap.less on line null, column 0:
>>1 @import "variables.less";
Warning: Error compiling less/bootstrap.less Use --force to continue.
Aborted due to warnings.
我已更新到less的最新版本,并尝试使用多个版本的node.js。