简体   繁体   中英

How can i fix the error Bootsnap::LoadPathCache::FallbackScan: when i run rails new app

enter image description here

i'm just triying to do a new rails app with 'rails new app', that its, install all good, but when it going to install rails webpacker:install this happened.

enter image description here

and show the next error "Caused by: Bootsnap::LoadPathCache::FallbackScan: "

Some one has the same issue and how you fix it?? thank you.

can you please try with these steps:

Please remove require 'bootsnap/setup' from config/boot.rb and bootsnap from Gemfile.

And try run it again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM