-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to render scss file with hexo-3.2.2 #14
Comments
Hi callmelanmao, |
sample
just add |
Hi callmelanmao, The error is Could you please run
and post the terminal output? Thank you. |
you can add these code to your theme's config file, as i remember it's called
|
Hi callmelanmao,
I am wondering in what situation will Thank you. |
Hi callmelanmao, Could you test against 0.3.1 to see if this issue is reproducible? Thank you. |
@JLHwung Output here: Thank you |
Hi Floating Guy. I doubt the error is due to incompatible node.js versions. What's the output of the following command?
Thank you. |
v0.10.25 |
Hi Floating Guy, Unfortunately If you are using node.js v0.12 or older, please stick to v0.2.0, thank you. |
Hi @JLHwung Thanks, i have install node.js v6.9.4, still hava a bug. myBlog git:(master) ✗ hexo generate --debug | grep Theme /home/floatg/data/FG-Blog/myBlog/node_modules/hexo-renderer-sass/lib/renderer.js:7 |
Hi Floating Guy, Could you print the output of the following command?
Thank you. |
hexo: 3.2.2 |
Hi Floating Guy, |
I could only get hexo-renderer-sass to function with Node 6.x Based on the release schedule it would be nice if this package could be updated to support Node 8.x |
Had the same problem, switched to https://github.com/mamboer/hexo-renderer-scss and it works fine with Node 8.x |
The text was updated successfully, but these errors were encountered: