我使用 node-sass、node-bourbon、node-neat 运行 Gulp。到目前为止一切顺利,可以将 sass 文件编译为 css 而不会出错。除非,我在 scss 文件的顶部导入波旁威士忌和整洁。发生错误。
"stream.js:94 throw er;// Unhandled stream error in pipe.
错误:stdin:1:找不到要导入的文件或不可读:“bourbon”
相同的来源,但用 grunt 很好地工作。有什么建议吗?...
附言。这是我的 gulpfile.js .- https://gist.github.com/foonmod/71d8dee473226cdd46f6