0

I've installed GHCJS VM using vagrant, then successfuly compiled and run "Hello World" example in both node and js. But when I try

vagrant ssh -c warp  
Serving directory /home/vagrant on port 3000 with ["index.htm","index.html"] index files

localhost:3030/<path to jsexe> inaccessible. So do shipped examples.

Looks like port forwarding don't work. Vagratn installed via brew.

Geradlus_RU
  • 1,466
  • 2
  • 20
  • 37

1 Answers1

0

Oh, wonderful! It works on port 3031.

Geradlus_RU
  • 1,466
  • 2
  • 20
  • 37