laozhu / hugo-nuo

🎨 A responsive light & clean hugo theme for blogger.
https://laozhu.me
MIT License
427 stars 150 forks source link

Could not find an option named "scss". #62

Closed madneal closed 6 years ago

madneal commented 6 years ago

运行 npm run sass

> hugo-nuo@1.0.0 sass C:\Users\neal1\project\hugo-nuo
> sass --scss --style compressed --watch ./src/styles/main.scss:./static/css/bundle.css

Could not find an option named "scss".`

sass npm包和 gem 包都安装了,系统是 win10

madneal commented 6 years ago

还有就是想问你的 .eslintrc .stylintrc 上传了么 构建一堆报错

wildpan commented 6 years ago

@neal1991 我也是同样的报错,估计是eslint 和 stylelint 的格式不对,或者是代码被其他编辑器给格式化了吧。

laozhu commented 6 years ago

现在的版本使用 Webpack 构建静态资源,请按照 构建帮助 的说明搭建环境。

备注:我正在重构这个主题,下个版本会移除 Webpack 直接使用 Hugo Pipelines 构建静态资源。

laozhu commented 6 years ago

@neal1991 @wildpan 当前版本的 eslint 和 stylelint 配置文件均写在 package.json 里面,无需单独的配置文件,但需要安装 package.json 中的依赖包。