眼镜退出状态 1 - sass 错误
Spectacle exit status 1 - sass error
[4mRunning "sass:foundation_scss" (sass) task�[24m
�[31mFatal error: The implementation option must be passed to the Sass
task.��[39m
[Container] 2018/06/27 07:22:17 Command did not exit successfully
spectacle swagger.yaml exit status 1
我正在尝试使用 spectacle 生成 API 文档,但由于上述错误而失败。我也试过
npm i npm@latest -g
但即使在那之后,问题还是一样。几天前它工作正常,现在我无缘无故地收到这个错误。
实施是在 AWS CodePipeline 的构建阶段完成的,构建在容器中 运行。
回答我自己的问题。发生错误是因为最近更新了 spectacle 的依赖项之一,而当前版本的 spectacle 无法处理该新依赖项。该问题现在保持关闭状态。
[4mRunning "sass:foundation_scss" (sass) task�[24m
�[31mFatal error: The implementation option must be passed to the Sass
task.��[39m
[Container] 2018/06/27 07:22:17 Command did not exit successfully
spectacle swagger.yaml exit status 1
我正在尝试使用 spectacle 生成 API 文档,但由于上述错误而失败。我也试过
npm i npm@latest -g
但即使在那之后,问题还是一样。几天前它工作正常,现在我无缘无故地收到这个错误。
实施是在 AWS CodePipeline 的构建阶段完成的,构建在容器中 运行。
回答我自己的问题。发生错误是因为最近更新了 spectacle 的依赖项之一,而当前版本的 spectacle 无法处理该新依赖项。该问题现在保持关闭状态。