Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.92k stars 175 forks source link

Unable to load node-proxy.node #181

Open nuthinking opened 12 years ago

nuthinking commented 12 years ago

Downloaded the code on Snow Leopard and installed locally. When I try to run a node I get:

Error: Unable to load shared library /Users/my_user/my_project_folder/node_modules/now/node_modules/node-proxy/lib/node-proxy.node

And dies.

nuthinking commented 12 years ago

I found that might be for compilation issues, but I get error also when I try the make.

steveWang commented 12 years ago

That file is specifically for Windows. Have you tried npm install /path/to/now/? That should fetch the dependencies (which includes node-proxy)