On Sun, Aug 12, 2012 at 9:46 AM, Karl Tiedt <
kti...@gmail.com> wrote:
> 1) why does windows produce a log file and OSX does not.
On Mac you can execute nw in the terminal, then debug information will
be printed, On Windows processes usually don't have a console, so all
debug information will be printed to a separate debug.log (this
behavior will have a switch option in future).
> 2) is there something obvious I am doing wrong with trying to
> require a node modules.... both npm install request -d (in the app
> directory) and -g result in the same error on windows (unknown on OS
> X).
It actually consist of two bugs, one is on Mac the callback never
fires, the other is on Windows node modules cannot be correctly
required, thanks for reporting it.
The way you use node modules is totally right, it works under Linux now.