Git Product home page Git Product logo

Comments (4)

ApolonHellas avatar ApolonHellas commented on July 24, 2024 1

solved it ..

from jekyll-gulp-sass-browser-sync.

izelmaras avatar izelmaras commented on July 24, 2024 1

@ApolonHellas How?

from jekyll-gulp-sass-browser-sync.

 avatar commented on July 24, 2024

Check the command your system uses to launch jekyll, if it is something like jekyll.ruby2.1 for example, instead of jekyll then you can modify the gulpfile.js file, line 7, like this:

var jekyll = process.platform === 'win32' ? 'jekyll.bat' : 'jekyll.ruby2.1';

Or you can maybe do something like that :
ln -s /path/to/jekyll.ruby2.1 /usr/local/bin/jekyll

from jekyll-gulp-sass-browser-sync.

ApolonHellas avatar ApolonHellas commented on July 24, 2024

i have same problem

events.js:154
throw er; // Unhandled 'error' event
^
Error: _scss\main.scss
undefined
at options.error (C:\Users\JiĐ\Desktop\jekyll-gulp-sass-browser-sync-master\node_modules\node-sass\lib\index.js:277:32)

C:\Users\JiĐ\Desktop\jekyll-gulp-sass-browser-sync-master>C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/safe_yaml-1.0.4/lib/safe_yaml/psych_resolver.rb:4:in <class:PsychResolver>': uninitialized constant Psych::Nodes (NameError) from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/safe_yaml-1.0.4/lib/safe_yaml/psych_resolver.rb:2:inmodule:SafeYAML'
from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/safe_yaml-1.0.4/lib/safe_yaml/psych_resolver.rb:1:in <top (required)>' from C:/Ruby22-x64/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:69:inrequire'
from C:/Ruby22-x64/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:69:in require' from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/safe_yaml-1.0.4/lib/safe_yaml/load.rb:131:inmodule:SafeYAML'
from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/safe_yaml-1.0.4/lib/safe_yaml/load.rb:26:in <top (required)>' from C:/Ruby22-x64/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:69:inrequire'
from C:/Ruby22-x64/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:69:in require' from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/jekyll-3.1.2/lib/jekyll.rb:28:in<top (required)>'
from C:/Ruby22-x64/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:69:in require' from C:/Ruby22-x64/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:69:inrequire'
from C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/jekyll-3.1.2/bin/jekyll:6:in <top (required)>' from C:/Ruby22-x64/bin/jekyll:23:inload'
from C:/Ruby22-x64/bin/jekyll:23:in `

'

but i can run "ln -s /path/to/jekyll.ruby2.1 /usr/local/bin/jekyll" coz it doesnt know about ln , and i try other command but with var jekyll = process.platform === 'win32' ? 'jekyll.bat' : 'jekyll.ruby2.2';

from jekyll-gulp-sass-browser-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.