我们使用microsoft VSTS构建和发布管道。一切都很好,直到2天前。当运行gulp脚本使用Yarn编译SASS时,我们遇到了一个有趣的问题。
我一直没有遇到这个错误:
> 2018-03-14T05:23:42.3498877Z >> @import
> "bootstrap-sass/assets/stylesheets/bootstrap/variables";
> 2018-03-14T05:23:42.3498877Z ^ 2018-03-14T05:23:42.3498877Z
> 2018-03-14T05:23:42.3498877Z at options.error
> (F:\agentA\_work\1\s\prototype\node_modules\node-sass\lib\index.js:291:26)
一旦我们在Build server上运行以下命令,它就开始工作了:
npm i -g yarn
npm i -g gulp
问题:
由于