-
Notifications
You must be signed in to change notification settings - Fork 24
Troubleshooting
bendangelo edited this page May 24, 2012
·
3 revisions
Try removing and reinstalling like so:
gem uninstall entityjs
gem install entityjs
You can also try updating it
gem update entityjs
target of repeat operator is not specified
You probably entered in a single *
. Regex needs a repeat operator, so change it to: .*
did not find expected node content while parsing a block node at
This has to do with your config.yml. It means you mixed quotes and text together.
Wrong
build-foot: })('ok');
Correct
build-foot: "})('ok');"
found character that cannot start any token while scanning for the next token at
This means the last line in config.yml has a tab. Replace it with two spaces.
gems/eventmachine-0.12.10/lib/eventmachine.rb:572:in
start_tcp_server': no acceptor (RuntimeError)`
This means the server or an other server is already using port 2345.