Re: [ClojureScript] cljs.nodejs namespace is undefined

2015-02-28 Thread Christopher Bui
On Tuesday, February 24, 2015 at 8:54:45 PM UTC-6, David Nolen wrote: A minimal failing project would be helpful to isolate the piggieback issues. Thanks, David On Tue, Feb 24, 2015 at 12:26 AM, Christopher Bui christo...@folkrobots.com wrote: (:require [cljs.nodejs :as node]) I

Re: [ClojureScript] cljs.nodejs namespace is undefined

2015-02-28 Thread David Nolen
Anything that involves piggieback is not a minimal example. Please create one that does not involve it so we can determine that this isn't a piggieback problem. Thanks, David On Sat, Feb 28, 2015 at 1:44 PM, Christopher Bui christopher@folkrobots.com wrote: On Tuesday, February 24, 2015

[ClojureScript] cljs.nodejs namespace is undefined

2015-02-23 Thread Christopher Bui
Hi, I'm trying to use clojurescript with node.js repl. I have cljs 2913 and piggieback 0.1.6-SNAPSHOT. When I try to evaluate my namespace, I'm getting this error: ExceptionInfo TypeError: Cannot read property 'require' of undefined Basically, the namespace cljs.nodejs seems to be nil and