expected "indent", got "outdent" 错误
原因
假如用了stylus 样式没有写完 所以有了这个错误

如图所示 .content-wrapper 样式并没有写
代码示例
<style lang="stylus" rel="stylesheet/stylus">
.header
color: #fff
background: #000
.content-wrapper
padding: 24px 12px 18px 24px
</style>