Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
running npm project as node program
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark Hahn  
View profile  
 More options Apr 23 2012, 2:36 am
From: Mark Hahn <m...@hahnca.com>
Date: Sun, 22 Apr 2012 23:36:52 -0700
Local: Mon, Apr 23 2012 2:36 am
Subject: running npm project as node program

I *conceptually* want to do this ...

  npm install wonder-app
  node wonder-app

In other words I want to distribute the complete app ready to run via npm.
 What is the easiest way to do this?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paddy Byers  
View profile  
 More options Apr 23 2012, 2:44 am
From: Paddy Byers <paddy.by...@gmail.com>
Date: Mon, 23 Apr 2012 07:44:34 +0100
Local: Mon, Apr 23 2012 2:44 am
Subject: Re: [nodejs] running npm project as node program

Hi,

I *conceptually* want to do this ...

>   npm install wonder-app
>   node wonder-app

> In other words I want to distribute the complete app ready to run via npm.
>  What is the easiest way to do this?

What about:

npm install wonder-app
node --eval "require('wonder-app')()"

?

Paddy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oliver Leics  
View profile  
 More options Apr 23 2012, 3:18 am
From: Oliver Leics <oliver.le...@gmail.com>
Date: Mon, 23 Apr 2012 09:18:15 +0200
Local: Mon, Apr 23 2012 3:18 am
Subject: Re: [nodejs] running npm project as node program
Have a look at
http://npmjs.org/doc/json.html#bin
and then:

  npm install -g wonder-app
  wonder-app

--
Oliver Leics @ G+
https://plus.google.com/112912441146721682527

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Hahn  
View profile  
 More options Apr 23 2012, 3:25 am
From: Mark Hahn <m...@hahnca.com>
Date: Mon, 23 Apr 2012 00:25:09 -0700
Local: Mon, Apr 23 2012 3:25 am
Subject: Re: [nodejs] running npm project as node program

Thx.  Your suggestions make it easy.

On Mon, Apr 23, 2012 at 12:18 AM, Oliver Leics <oliver.le...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »