码:不兼容的封送文件格式(无法读取)

gwo2fgha  于 2022-10-15  发布在  Ruby
关注(0)|答案(1)|浏览(165)

当我运行Yard,然后点击一个文件链接时,我得到了这样的信息:

incompatible marshal file format (can't be read)
    format version 4.8 required; 114.101 given 
/Users/snowcrash/.rvm/gems/ruby-2.0.0-p195/gems/yard-0.8.6.2/lib/yard/registry_store.rb:254:in `load'

有什么建议吗?

sirbozc5

sirbozc51#

可能您正在读取的文件根本没有进行封送处理。请再次检查文件。

相关问题