Nice!

I'm working on Windows, how to write an issue for clojurescript project?

after

lein new mies mycljsprj
cd mycljsprj


Running
lein trampoline run -m clojure.main scripts\repl.clj

gives me:

To quit, type: :cljs/quit
ClojureScript Node.js REPL server listening on 58419
Error: ENOENT, no such file or directory
'C:\Git\ClojureScriptSamples\mycljsprj\
base.js'
    at Object.fs.openSync (fs.js:427:18)
    at Object.fs.readFileSync (fs.js:284:15)
    at nodeGlobalRequire (repl:80:18)
    at repl:87:1
    at Socket.<anonymous> ([stdin]:27:80)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Socket.<anonymous> (_stream_readable.js:746:14)
    at Socket.EventEmitter.emit (events.js:92:17)
    at emitReadable_ (_stream_readable.js:408:10)
    at emitReadable (_stream_readable.js:404:5)
Error: Cannot find module 'C:GitClojureScriptSamplesmycljsprjout
ode_repl_deps.js'

and more

Angel "Java" Lopez
@ajlopez


On Fri, Jan 2, 2015 at 10:06 PM, David Nolen <dnolen.li...@gmail.com> wrote:

> I've posted a simple walkthrough of the new Node.js REPL:
>
> http://swannodette.github.io/2015/01/02/the-essence-of-clojurescript-redux/
>
> I suspect people will be reaching for ClojureScript REPLs
> significantly more often than in the past :)
>
> David
>
> --
> 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 clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to