comfortable-mexican-sofa 安装后提示:File to import not found or unreadable: jquery.ui.all 的解决办法

况明贤
2023-12-01

参考办法:https://github.com/comfy/comfortable-mexican-sofa/issues/486 

问题引起的主要原因:'jquery-ui-rails  版本不匹配,不指定版本,当前默认版本为5.0

强制指定版本为:  

gem 'jquery-ui-rails' ,' 4.2.1'

bundle inatll即可,此时bundle 可能会出错,根据提示,执行下面更新即可:


bundle update jquery-ui-rails





 类似资料: