Question

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.

Was it helpful?

Solution

Oh, wonderful! It works on port 3031.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top