Gentoo Archives: gentoo-dev

From: Daniel Campbell <zlg@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] JavaScript packages?
Date: Mon, 04 Jul 2016 08:15:24
Message-Id: 4ed52f0f-d961-9503-d208-4a9fa0aa0888@gentoo.org
In Reply to: [gentoo-dev] JavaScript packages? by Nicolas Bock
1 On 07/04/2016 12:57 AM, Nicolas Bock wrote:
2 > Hi,
3 >
4 > I would like to package a code that depends on JavaScript packages. The
5 > suggested installation procedure from upstream involves running `npm
6 > install ...`. How do we (or do we?) deal with JavaScript packages?
7 >
8 > Best,
9 >
10 > Nick
11 >
12 The better question to ask is "what does this program need in order to
13 function?" If it installed through 'npm', that's going to point to Node.
14 Whatever format Node uses for its packages, you should read it and find
15 out if it requires anything else besides Node. If other Node packages
16 are needed, they may be in the tree already.
17
18 --
19 Daniel Campbell - Gentoo Developer
20 OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
21 fpr: AE03 9064 AE00 053C 270C 1DE4 6F7A 9091 1EA0 55D6

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] JavaScript packages? Nicolas Bock <nicolasbock@g.o>