stephenlb / nodejuice

Automatic browser refresh on file change or update is what you can call it. NodeJuice is a set of tools which allows you to develop with a push connection to your web browser. JavaScript V8 Seeker Server and Web Server Gateway Interface. nodeJuice Seeker Server works with all other servers including Apache, Passenger, Nginx, Cherokee, and more. A web server isn't required, NodeJuice comes with one in case you forgot yours. It runs on NodeJS; a low level non-blocking network ready process with many capabilities. This is a tool that every web developer needs and has wanted for a very long time. IRC @ #node.js
http://nodejuice.com
Other
78 stars 3 forks source link

nodejuice won't run on OSX #12

Open Slowly opened 9 years ago

Slowly commented 9 years ago

OSX version: Yosemite Node version: 0.12.0

steps to reproduce error:

as root:

port install node npm install -g nodejuice cd /opt/local/share/nodejuice/demos

/opt/local/share/nodejuice/demos> nodejuice rad /opt/local/share/nodejuice/servers/wsgi.js:4 , appdir = process.ARGV[2] ^ TypeError: Cannot read property '2' of undefined at Object. (/opt/local/share/nodejuice/servers/wsgi.js:4:28) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 /opt/local/share/nodejuice/servers/seeker.js:4 , appdir = process.ARGV[2] ^ TypeError: Cannot read property '2' of undefined at Object. (/opt/local/share/nodejuice/servers/seeker.js:4:30) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3


...?? Thanx, Stephen :) Slowly