LoginSignup
17
8

More than 5 years have passed since last update.

AtomのCSVビューワ tablr が動かない問題の回避策

Posted at

背景

いつものように tablr でCSVを開こうとすると以下のようなエラーが出たので調べた

Cannot read property 'includeInfo' of undefined 

TL; DR

作者のリポジトリが全く更新されないのでコマンドラインで以下の処理を実行する。

apm uninstall tablr
apm install https://github.com/mfripp/atom-tablr.git

こちらのIssueのコメントから引用しています

解説

問題は以下の2つでした。

  1. ATOMパッケージが最新のATOMに追随できていない
  2. 元のGitHubリポジトリが更新されていない

解決策としてGitHubで議論されて出た答えが「他のひとがフォークしてくれたリポジトリからインストールする」でした。

(再掲)

apm uninstall tablr # 一旦アンインストールする
apm install https://github.com/mfripp/atom-tablr.git #mfrippさんのrepoからインストールする

最後に

ATOMの拡張は基本的にはOSSなので困ったらGitHubのIssueを眺めると答えが見つかるかもしれません。

17
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
8