2013/4/24 AJ ONeal <[email protected]> > Someone else was telling me that they've had no problem with NSSM or > node-windows installing to Program Files,
+1, it works perfectly fine for me. I have a module called Winser that does uses nssm and install as shwon here: https://github.com/jfromaniello/winser/blob/master/bin/winser#L94 What i do is to run npm on the folder of the project and the project could be anywhere. I guess you might be missing some double-quotes "" for the path. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
