Good morning to everything,
I am learning Rails, I am trying to run my first application, for this I must start the Rails Server, but it votes me Error.
I was looking at Google and found that it was because there were missing JavaScript things, that's why I did Node JS, but it still does not work, this is the Error.
C:\xxxxxx\xxxxxx\xxxxxxx\blog>rails server
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/store.rb:77:in 'binwrite': No such file or directory @ rb_sysopen - C:/xxxxxxxx/xxxxxxxx/xxxxxxx/blog/tmp/cache/bootsnap-load-path-cache.8916.40792.tmp (Errno::ENOENT)
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/store.rb:77:in 'dump_data'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/store.rb:55:in 'commit_transaction'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/store.rb:47:in 'transaction'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/cache.rb:130:in 'push_paths_locked'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/cache.rb:113:in 'block in reinitialize'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/cache.rb:107:in 'synchronize'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/cache.rb:107:in 'reinitialize'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/cache.rb:14:in 'initialize'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache.rb:33:in 'new'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache.rb:33:in 'setup'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap.rb:24:in 'setup'
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bootsnap-1.3.1/lib/bootsnap/setup.rb:33:in '<top (required)>'
from C:/xxxxxxx/xxxxxxx/xxxxxxxxx/blog/config/boot.rb:4:in 'require'
from C:/xxxxxxxxx/xxxxxxxxx/xxxxxxxxxx/blog/config/boot.rb:4:in '<top (required)>'
from bin/rails:3:in 'require_relative'
from bin/rails:3:in '<main>'