From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: NPM importer Date: Sun, 11 Nov 2018 16:37:25 +0100 Message-ID: <70F182DB-C157-4763-A4C6-89985545661C@lepiller.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLroA-0000OA-79 for guix-devel@gnu.org; Sun, 11 Nov 2018 10:37:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLro7-0003di-21 for guix-devel@gnu.org; Sun, 11 Nov 2018 10:37:54 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:36368) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gLro6-0003Sh-Nj for guix-devel@gnu.org; Sun, 11 Nov 2018 10:37:50 -0500 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org, swedebugia I improved a bit over jlicht's work here, but there still a few tgings we w= ant co work on: https://framagit=2Eorg/tyreunom/guix/tree/npm There is an importer and a build system as well as a few packages=2E One o= f tge issue is that the importer is not recursive, so it doesn't get the sp= ecified version, and the packages aren't tested because the tests depend on= cylic dependencies (and sometimes very big circles)=2E Le 11 novembre 2018 11:41:34 GMT+01:00, swedebugia a =C3=A9crit : >Hi > >Has anybody worked on that?