Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-18 Thread Alan McKinnon
On 18/09/2015 00:48, Michael Orlitzky wrote: > On 09/17/2015 05:13 PM, Alan McKinnon wrote: >> >> Slightly OT, but the general idea of package management isn't hard. >> >> Put the stuff you should have in a list, then compare what you should >> have to what you do have. Go get and install what you

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-18 Thread Alan McKinnon
On 18/09/2015 05:34, Alec Ten Harmsel wrote: >>> This sucks, but it seems to be the way a lot of web stuff is deployed >>> > > these days. > All these dynamic languages suffer from the fun problem that developers > that don't write enough tests have essentially no guarantee that their > code

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-18 Thread Neil Bothwick
On Fri, 18 Sep 2015 08:57:55 +0200, Alan McKinnon wrote: > > Heavy on bad words and light on solutions, but it made me feel better: > > > > http://michael.orlitzky.com/articles/motherfuckers_need_package_management.php > > > > I read it, and now I also feel much better :-) +1 It's a shame

[gentoo-user] npm: ERR! cb() never called!

2015-09-17 Thread Alan McKinnon
Anyone here familiar with driving nodejs and npm? I'm trying to write an ebuild for a musicbrainz mirror server and "npm install" keeps erroring out with one of two errors: 1. The install does finish but npm doesn't get around to exiting, verified by stopping the emerge, running npm install

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-17 Thread Michael Orlitzky
On 09/17/2015 10:03 AM, Alan McKinnon wrote: > Anyone here familiar with driving nodejs and npm? > > I'm trying to write an ebuild for a musicbrainz mirror server and "npm > install" keeps erroring out with one of two errors: > > 1. The install does finish but npm doesn't get around to exiting,

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-17 Thread Alan McKinnon
On 17/09/2015 20:50, Michael Orlitzky wrote: > On 09/17/2015 10:03 AM, Alan McKinnon wrote: >> Anyone here familiar with driving nodejs and npm? >> >> I'm trying to write an ebuild for a musicbrainz mirror server and "npm >> install" keeps erroring out with one of two errors: >> >> 1. The install

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-17 Thread Alec Ten Harmsel
On Thu, Sep 17, 2015 at 09:24:39PM +0200, Alan McKinnon wrote: > On 17/09/2015 20:50, Michael Orlitzky wrote: > > On 09/17/2015 10:03 AM, Alan McKinnon wrote: > >> Anyone here familiar with driving nodejs and npm? > >> > >> I'm trying to write an ebuild for a musicbrainz mirror server and "npm >

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-17 Thread Alan McKinnon
On 17/09/2015 22:53, Alec Ten Harmsel wrote: > On Thu, Sep 17, 2015 at 09:24:39PM +0200, Alan McKinnon wrote: >> On 17/09/2015 20:50, Michael Orlitzky wrote: >>> On 09/17/2015 10:03 AM, Alan McKinnon wrote: Anyone here familiar with driving nodejs and npm? I'm trying to write an

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-17 Thread Michael Orlitzky
On 09/17/2015 05:13 PM, Alan McKinnon wrote: > > Slightly OT, but the general idea of package management isn't hard. > > Put the stuff you should have in a list, then compare what you should > have to what you do have. Go get and install what you don't have, then > make a record that you did it.

Re: [gentoo-user] npm: ERR! cb() never called!

2015-09-17 Thread Alec Ten Harmsel
On Thu, Sep 17, 2015 at 11:13:10PM +0200, Alan McKinnon wrote: > On 17/09/2015 22:53, Alec Ten Harmsel wrote: > > Unfortunately, the right way with nodejs/ruby web stuff is to use the > > tooling specific to the language. If this[1] is what you're trying to > > deploy, I feel sorry. > > Yes,