When I type "rails new ...
" it goes well until it reaches:
run bundle install
C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/win32/registry.rb:71:in `find':unknown encoding name - CP720 (ArgumentError)
I have already changed the encoding name by " chcp 1252
" which I found in another answer, because it was giving me
unknown encoding name - CP720 (ArgumentError)
When I was trying to know the version of the rails through " rails -v
"
If anyone knows how to solve this please tell me , and if you need more information tell me what you need to know and I will type it in a comment .
Update : it doesn't do that any more , it now says:
Installing nio4r 1.2.1 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
And at the end it says:
An error occurred while installing nio4r (1.2.1), and Bundler cannot continue. Make sure that
gem install nio4r -v '1.2.1'
succeeds before bundling.