On Tuesday, 20 December 2016 12:07:58 UTC, Mike Longworth wrote: > I'm trying to get a this working following: > https://github.com/clojure/clojurescript/wiki/Remote-REPL instructions but > without piggiback, from within cursive - clojue.main in normal JVM process. > > The repl window hangs after: > <scripts/host-node is being invoked here with no arguments> > ClojureScript Node.js REPL server listening on 58975 > <hangs here> > > invoked clj from cursive is: > (cljs.repl/repl (cljs.repl.node/repl-env :host "vibrotub") > :node-command "scripts/host-node" > :output-dir "share/out" > ) > > I'm not sure how its supposed to work without extensive code analysis and I'm > not very familiar with node so hoping for help. > I've verified that scripts/host-node can be called on the dev machine to call > node on the host and invoke the compiled js from the shared dir, specified as > an argument to the script. > > If I invoke node without arguments (as the repl init does) it just appears to > hang; shouldn't an argument be passed to invoke something on the host?
Hi Dan, thanks very much for the reply, sorry for the delayed response I've only just seen it. Ok I had the paths the same but I didn't realise they had to be absolute I'll fix this. Yes all the file sharing and remote node invocation works fine. I'll try this and get back to you with the results. Mike -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
