mieki256's diary



2016/03/08(火) [n年前の日記]

#3 [ruby] madoのインストールを試してみた

Markdownファイルをリアルタイムプレビューできるという、mado というツールをインストールしてみようと試みたり。Ruby で実装されていて、GFMにも対応してるらしい。

_mado: Markdown をリアルタイムプレビューするツール作った - 端子録
_mado | RubyGems.org | your community gem host
_dtan4/mado: Realtime Github Flavored Markdown Preview with WebSocket

手元の環境は、Windows10 + Ruby 2.2.4 p230(mingw32)。

gem install mado でインストールできるらしい。試してみたら、山ほどモジュールがインストールされた。が、それでもまだ足りない。nokogiri と sinatra-contrib が必要だった。gem install nokogiri sinatra-contrib でインストール。

mado hoge.md と打ってみたらエラーが。
> mado test.md

C:/Ruby/Ruby22/lib/ruby/gems/2.2.0/gems/eventmachine-1.0.9.1/lib/eventmachine.rb:1298:in `watch_filename': no file watching support on this system (EventMachine::Unsupported)
        from C:/Ruby/Ruby22/lib/ruby/gems/2.2.0/gems/eventmachine-1.0.9.1/lib/eventmachine.rb:1298:in `watch_file'
        from C:/Ruby/Ruby22/lib/ruby/gems/2.2.0/gems/mado-0.2.1/lib/mado/server.rb:14:in `block in run'
        from C:/Ruby/Ruby22/lib/ruby/gems/2.2.0/gems/eventmachine-1.0.9.1/lib/eventmachine.rb:193:in `call'
        from C:/Ruby/Ruby22/lib/ruby/gems/2.2.0/gems/eventmachine-1.0.9.1/lib/eventmachine.rb:193:in `run_machine'
        from C:/Ruby/Ruby22/lib/ruby/gems/2.2.0/gems/eventmachine-1.0.9.1/lib/eventmachine.rb:193:in `run'
        from C:/Ruby/Ruby22/lib/ruby/gems/2.2.0/gems/mado-0.2.1/lib/mado/server.rb:6:in `run'
        from C:/Ruby/Ruby22/lib/ruby/gems/2.2.0/gems/mado-0.2.1/bin/mado:31:in `<top (required)>'
        from C:/Ruby/Ruby22/bin/mado:23:in `load'
        from C:/Ruby/Ruby22/bin/mado:23:in `<main>'

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

どうも eventmachine とやらでエラーが出てるっぽい。gem uninstall eventmachine でアンインストールして、 _All versions of eventmachine | RubyGems.org | your community gem host を眺めながら、
gem install eventmachine -v '1.2.0.dev.2' --platform x86-mingw32
と打ってみたのだけど、やっぱり mado hoge.md で同じエラーが。

諦めました。

以上です。

過去ログ表示

Prev - 2016/03 - Next
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project