Message from discussion
nowjs issue
Received: by 10.68.34.39 with SMTP id w7mr609639pbi.43.1308412518369;
Sat, 18 Jun 2011 08:55:18 -0700 (PDT)
X-BeenThere: nowjs@googlegroups.com
Received: by 10.68.40.9 with SMTP id t9ls694249pbk.2.gmail; Sat, 18 Jun 2011
08:55:17 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.68.38.138 with SMTP id g10mr270401pbk.77.1308412517794; Sat,
18 Jun 2011 08:55:17 -0700 (PDT)
Received: by y7g2000prk.googlegroups.com with HTTP; Sat, 18 Jun 2011 08:55:17
-0700 (PDT)
Date: Sat, 18 Jun 2011 08:55:17 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML,
like Gecko) Chrome/12.0.742.100 Safari/534.30,gzip(gfe)
Message-ID: <55ad3a01-4709-4845-95f2-ba9f87197ec5@y7g2000prk.googlegroups.com>
Subject: nowjs issue
From: Gaurav Sharma <gks2...@gmail.com>
To: nowjs <nowjs@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I have installed nowjs using npm.
When I include this module in my file var nowjs = require('now');
I run into problems
node.js:183
throw e; // process.nextTick error, or 'error' event on first
tick
^
Error: /home/gaurav/node_modules/now/node_modules/node-proxy/lib/node-
proxy.node: undefined symbol: ev_rt_now
at Object..node (module.js:435:11)
at Module.load (module.js:339:31)
at Function._load (module.js:298:12)
at require (module.js:367:19)
at Object.<anonymous> (/home/gaurav/node_modules/now/lib/wrap.js:
10:13)
at Module._compile (module.js:423:26)
at Object..js (module.js:429:10)
at Module.load (module.js:339:31)
at Function._load (module.js:298:12)
at require (module.js:367:19)
What could be the reason?
Thanks,