when I try to run my server with Nowjs (using express) node js fails to start because of the node-proxy dependency:
this is the message when running on the mac:
FATAL ERROR: v8::HandleScope::Close() Local scope has already been closed
this is the message when running on ubuntu:
[Error: Unable to load shared library /home/flowmill/server/flowmill/node_modules/now/node_modules/node-proxy/lib/node-proxy.node]
Error: Unable to load shared library /home/flowmill/server/flowmill/node_modules/now/node_modules/node-proxy/lib/node-proxy.node
at Object..node (module.js:472:11)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at Object.<anonymous> (/home/flowmill/server/flowmill/node_modules/now/lib/proxy.js:10:13)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
my module config is the same on both machines: this is npm list:
Hi all,
when I try to run my server with Nowjs (using express) node js fails to start because of the node-proxy dependency:
this is the message when running on the mac:
this is the message when running on ubuntu:
my module config is the same on both machines: this is npm list:
Any hints on what’s the problem and how I can fix that?