Solve my problem, please

I can’t start

To solve your problem:

  1. Quit windows
  2. Second either run bundle, or google your problem and you will find
    stuff
    like
    this:
    How do I install sqlite3 for Ruby on Windows? - Stack Overflow

On 21 April 2015 at 14:07, André Orvalho [email protected]
wrote:

To solve your problem:

  1. Quit windows

Just to clarify that, I believe André meant not to close down Windows
and restart, but to close down Windows permanently and use a different
OS, either a Linux based system such as Ubuntu or a Mac. Rails on Win
can be problematic.

Colin

yea sorry about that, I meant quit windows like you should quit a bad
job! :slight_smile:

I 've run RoR in linux , but still there is a problem when I made the
server , you may be able to help . Thank you.

andika@andika-HP:~/andikanug$ rails s
Warning: Running gem pristine --all to regenerate your installed
gemspecs (and deleting then reinstalling your bundle if you use bundle
–path) will improve the startup performance of Spring.
/var/lib/gems/2.1.0/gems/execjs-2.5.2/lib/execjs/runtimes.rb:48:in
autodetect': Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) from /var/lib/gems/2.1.0/gems/execjs-2.5.2/lib/execjs.rb:5:inmodule:ExecJS
from /var/lib/gems/2.1.0/gems/execjs-2.5.2/lib/execjs.rb:4:in <top (required)>' from /var/lib/gems/2.1.0/gems/uglifier-2.7.1/lib/uglifier.rb:3:inrequire’
from /var/lib/gems/2.1.0/gems/uglifier-2.7.1/lib/uglifier.rb:3:in
<top (required)>' from /var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:76:inrequire’
from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:76:in
block (2 levels) in require' from /var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:72:ineach’
from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:72:in
block in require' from /var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:61:ineach’
from
/var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler/runtime.rb:61:in
require' from /var/lib/gems/2.1.0/gems/bundler-1.9.4/lib/bundler.rb:134:inrequire’
from /home/andika/andikanug/config/application.rb:7:in <top (required)>' from /var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:78:inrequire’
from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:78:in
block in server' from /var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:75:intap’
from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:75:in
server' from /var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb:39:inrun_command!’
from
/var/lib/gems/2.1.0/gems/railties-4.2.1/lib/rails/commands.rb:17:in
<top (required)>' from /home/andika/andikanug/bin/rails:8:inrequire’
from /home/andika/andikanug/bin/rails:8:in <top (required)>' from /var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/client/rails.rb:28:inload’
from
/var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/client/rails.rb:28:in
call' from /var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/client/command.rb:7:incall’
from /var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/client.rb:26:in
run' from /var/lib/gems/2.1.0/gems/spring-1.3.4/bin/spring:48:in<top
(required)>’
from /var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/binstub.rb:11:in
load' from /var/lib/gems/2.1.0/gems/spring-1.3.4/lib/spring/binstub.rb:11:in<top (required)>’
from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in
require' from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:inrequire’
from /home/andika/andikanug/bin/spring:13:in <top (required)>' from bin/rails:3:inload’
from bin/rails:3:in `’
andika@andika-HP:~/andikanug$

Am 23.04.2015 14:46 schrieb “Andika Andika N.”
[email protected]:

GitHub - rails/execjs: Run JavaScript code from Ruby for a list of available runtimes.
(ExecJS::RuntimeUnavailable)

Why don’t you actually read the errormessage and follow that link?

Or at least google for that message? Questions about exactly this
message
are popping up about every other day…