shakyShane / jekyll-gulp-sass-browser-sync

A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
728 stars 169 forks source link

Liquid Exception error #43

Open ApolonHellas opened 8 years ago

ApolonHellas commented 8 years ago

i have no idea whats the problem [15:51:32] Using gulpfile D:\DjiJ\Documents\Web Design\jekyll-gulp-sass-browser-sync-master\gulpfile.js [15:51:32] Starting 'sass'... [15:51:33] Starting 'jekyll-build'... [15:51:33] Starting 'watch'... [15:51:33] Finished 'watch' after 43 ms [15:51:33] Finished 'sass' after 450 ms Configuration file: D:/DjiJ/Documents/Web Design/jekyll-gulp-sass-browser-sync-master/_config.yml Source: D:/DjiJ/Documents/Web Design/jekyll-gulp-sass-browser-sync-master Destination: D:/DjiJ/Documents/Web Design/jekyll-gulp-sass-browser-sync-master/_site Incremental build: disabled. Enable with --incremental Generating... Liquid Exception: No such file or directory - python C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/pygments.rb-0.6.3/lib/pygments/mentos.py in D:/DjiJ/Documents/Web Design/jekyll-gulp-sass-browser-sync-master/_posts/2014-04-20-welcome-to-jekyll.markdown done in 0.234 seconds. Auto-regeneration: disabled. Use --watch to enable. [15:51:34] Finished 'jekyll-build' after 1.69 s [15:51:34] Starting 'browser-sync'... [15:51:34] Finished 'browser-sync' after 268 ms [15:51:34] Starting 'default'... [15:51:34] Finished 'default' after 70 μs

GeorgeCrisan commented 8 years ago

Got same problem here . How can we overcome this ? Thanks

GeorgeCrisan commented 8 years ago

After a few hours I have managed so . First of all install python 2.7. Then open , in windows 10(on cortana search input) , Start menu and enter Environment variables. Go to System Properties and on the tab menu , select the third one Advanced . On the bottom you will find Environment Variables . Click on that one . On Path under Variable menu click Edit... button and add a new value !!! C:\Python27 to the Path variable . Press ok and run again gulp in your command line . This time you may be asked for redcarpet gem . For that run gem install redcarpet in your command line and see the magic .

ghost commented 8 years ago

http://stackoverflow.com/questions/37456479/error-while-running-gulp-plugin/37537914#37537914

I had the same and other problems. This is my solution, it should work.

jovansavic commented 7 years ago

@GeorgeCrisan You are the best!! :D

shanesh commented 7 years ago

@GeorgeCrisan It didnot work for me. I have installed python 2.7.13. Got following error

Liquid Exception: Failed to get header. in C:/Users/Rider/Documents/jekyll-gul p-sass-browser-sync-master/_posts/2014-04-20-welcome-to-jekyll.markdown jekyll 3.4.3 | Error: Failed to get header. [09:20:49] 'jekyll-build' errored after 3.9 s