bodil / cljs-noderepl

A ClojureScript REPL running on Node.JS
166 stars 21 forks source link

repl not working #20

Closed yawnt closed 1 year ago

yawnt commented 10 years ago

i have noderepl in my project.clj, ran lein deps

if i run lein trampoline noderepl, i get

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)

any ideas? thanks!

yawnt commented 10 years ago

(downgrading to 0.1.10 seemed to have fixed it)