ClojureScript:cljs.user> (def http (js/require "http"))
"Error evaluating:" (def http (js/require "http")) :as "cljs.user.http = require(\"http\")"
Error: parsers,STATUS_CODES,IncomingMessage,OutgoingMessage,ServerResponse,Agent,globalAgent,ClientRequest,request,get,Server,createServer,_connectionListener,Client,createClient is not ISeqable
every time i try to load anything from node
if i try to load noderepl from the lein repl
user=> (require '[cljs.repl :as repl] '[cljs.repl.node :as node])
FileNotFoundException Could not locate cljs/repl/node__init.class or cljs/repl/node.clj on classpath: clojure.lang.RT.load (RT.java:443)
i have noderepl in my project.clj, ran
lein deps
if i run
lein trampoline noderepl
, i getevery time i try to load anything from node
if i try to load noderepl from the
lein repl
any ideas? thanks!