Windows 10에 레일즈 애플리케이션을 설치하고 데이타베이스를 이전하려고하는데 문제가 발생합니다.rake db : migrate : 소스에서 nio4r-2.1.0을 찾을 수 없습니다. 번들 설치를 실행하여 누락 된 보석을 설치하십시오.
rake db:migrate
Could not find nio4r-2.1.0 in any of the sources
Run `bundle install` to install missing gems.
내가 업데이트가 설치 blundler이
gem_make.out을 happning 왜 어떤 생각을 가지고
사람이 저를 보여줍니다
You have to install development tools first.
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:588:in `try_cpp'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:1095:in `block in have_header'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:945:in `block in checking_for'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:351:in `block (2 levels) in postpone'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:321:in `open'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:351:in `block in postpone'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:321:in `open'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:347:in `postpone'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:944:in `checking_for'
from D:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:1094:in `have_header'
from extconf.rb:5:in `<main>'
내가 무엇을 놓쳤는 지.
을 이미 devKit를 설치 한 .. 작동하지 않는 문제를 해결 한 ... 오류는 다음과 같습니다 레이크 DB : 마이그레이션 소스에서 nio4r-2.1.0을 찾을 수 없습니다. 누락 된 보석을 설치하려면'번들 설치 '를 실행하십시오. –
마지막으로 나는 문제를 해결했다. 나는 파워 셸을 사용하고 있었다. .. 그리고 그것은 작동하지 않았다. cmd를 사용하고있다. :) –