Giter Club home page Giter Club logo

Comments (5)

mrdavidrobison avatar mrdavidrobison commented on May 21, 2024 1

I'm getting a similar error and I followed the setup environment steps 1 thru 3. After I run npm run serve

npm run serve
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info lifecycle [email protected]preserve: [email protected]
npm info lifecycle [email protected]
serve: [email protected]

[email protected] serve /data
gulp build && npm-run-all --parallel gulp-watch jekyll-serve

[15:49:02] Using gulpfile /data/gulpfile.js
[15:49:02] Starting 'styles'...
[15:49:02] Starting 'styles-plugins'...
Segmentation fault (core dumped)

npm info lifecycle [email protected]~serve: Failed to exec serve script
npm ERR! Linux 4.9.0-6-amd64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "serve"
npm ERR! node v6.11.4
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] serve: gulp build && npm-run-all --parallel gulp-watch jekyll-serve
npm ERR! Exit status 139
npm ERR!
npm ERR! Failed at the [email protected] serve script 'gulp build && npm-run-all --parallel gulp-watch jekyll-serve'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the tabler-ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp build && npm-run-all --parallel gulp-watch jekyll-serve
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs tabler-ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls tabler-ui
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /data/npm-debug.log

from tabler.

beeman avatar beeman commented on May 21, 2024

Can you paste the complete message? As it states: There is likely additional logging output above

from tabler.

bipon68 avatar bipon68 commented on May 21, 2024

[email protected] serve /Users/biponbiswas/test/admin/tabler
gulp build && npm-run-all --parallel gulp-watch jekyll-serve

Using gulpfile ~/test/admin/tabler/gulpfile.js
Starting 'styles'...
Starting 'styles-plugins'...
Finished 'styles' after 769 ms
Finished 'styles-plugins' after 759 ms
Starting 'build'...
Finished 'build' after 493 μs

[email protected] jekyll-serve /Users/biponbiswas/test/admin/tabler
jekyll serve --livereload

[email protected] gulp-watch /Users/biponbiswas/test/admin/tabler
gulp watch

Using gulpfile ~/test/admin/tabler/gulpfile.js
Starting 'styles'...
Starting 'styles-plugins'...
WARN: Unresolved specs during Gem::Specification.reset:
rb-fsevent (>= 0.9.4, ~> 0.9)
ffi (< 2, >= 0.5.0)
rouge (< 4, >= 1.7)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
/usr/local/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/runtime.rb:313:in check_for_activated_spec!': You have already activated public_suffix 3.0.1, but your Gemfile requires public_suffix 3.0.0. Prepending bundle execto your command may solve this. (Gem::LoadError) from /usr/local/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/runtime.rb:31:inblock in setup'
from /usr/local/Cellar/ruby/2.4.2_1/lib/ruby/2.4.0/forwardable.rb:229:in each' from /usr/local/Cellar/ruby/2.4.2_1/lib/ruby/2.4.0/forwardable.rb:229:in each'
from /usr/local/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/runtime.rb:26:in map' from /usr/local/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/runtime.rb:26:in setup'
from /usr/local/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler.rb:107:in setup' from /usr/local/lib/ruby/gems/2.4.0/gems/jekyll-3.7.3/lib/jekyll/plugin_manager.rb:50:in require_from_bundler'
from /usr/local/lib/ruby/gems/2.4.0/gems/jekyll-3.7.3/exe/jekyll:11:in <top (required)>' from /usr/local/bin/jekyll:23:in load'
from /usr/local/bin/jekyll:23:in <main>' npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] jekyll-serve: jekyll serve --livereload`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] jekyll-serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/biponbiswas/.npm/_logs/2018-04-03T17_56_46_581Z-debug.log
ERROR: "jekyll-serve" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] serve: gulp build && npm-run-all --parallel gulp-watch jekyll-serve
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/biponbiswas/.npm/_logs/2018-04-03T17_56_46_700Z-debug.log

from tabler.

beeman avatar beeman commented on May 21, 2024

It looks like there is something wrong with getting jekyll started, which might have something to do with your local ruby setup.

Did you run this step from the README?

Install Ruby, install Bundler with gem install bundler, and finally run bundle install. This will install all Ruby dependencies, such as Jekyll and plugins.

from tabler.

beeman avatar beeman commented on May 21, 2024

Closing for now, please refer to Google in order to get Jekyll working on your machine.

The code in the repo should be fine, so it's most likely a local issue (permissions maybe?).

from tabler.

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.