On Thu, Aug 16, 2012 at 9:18 AM, Elijah Insua <[email protected]> wrote:
>> On node-webkit you are partly right, node-webkit is an appliaction
>> platform while appjs is more a node module.
>
> How do you install npm packages when building an app with node-webkit, or do
> you require an install of node/npm?
Just execute 'npm install' will do the work, an 'require' in <script>
tag works for an app like this:
app
|-- index.html
`-- node_modules
|-- module A
`-- module B
Executing apps does not require an install node/npm, but if you want
to use npm you must have one, since we don't ship npm with
node-webkit.
--
Cheng
Intel Open Source Technology Center
--
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