Bootsnap :: LoadPathCache :: Store :: NestedTransactionError:

时间:2018-09-09 01:43:54

标签: ruby-on-rails ruby reactjs macos react-native

我用ReactNative和RubyOnRails开发了一个应用程序。 我为下面描述的错误苦苦挣扎了十天。

我使用以下软件包初始化了Mac:

available

Software/Versions Ruby '2.5.1' Rails 5.2.1 bootsnap (1.3.1) 包含:

/config/boot.rb

终端显示以下错误消息:

ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' 
# Set up gems listed in the Gemfile.
require 'bootsnap/setup' 
# Speed up boot time by caching expensive operations.

1 个答案:

答案 0 :(得分:0)

尝试删除tmp/cache目录。它对我有帮助(问题是在gem更新后发生的。)

来源:https://github.com/Shopify/bootsnap/issues/119