Re: Cyclic npm dependencies

2018-11-25 Thread swedebugia
On 2018-11-24 16:41, Jelle Licht wrote: Hey swedebugia, I will still send a more elaborate reply to the general npm-importer thread later this week, but we can assume that generally these recursive dependencies can be untangled by looking at the different versions of the dependencies. So in

Re: Cyclic npm dependencies

2018-11-25 Thread Pjotr Prins
On Sat, Nov 24, 2018 at 11:29:08PM +, Jelle Licht wrote: > >So in your example, I imagine an input chain like: > >node-glob 0.1 -> node-rimraf 0.1 -> node-glob 0.2 -> > node-rimraf 0.2 > >-> -> node-glob 1.0 -> node-rimraf 1.0 > >While *extremely*

Re: Cyclic npm dependencies

2018-11-24 Thread Jelle Licht
Op za 24 nov. 2018 om 16:38 schreef Pjotr Prins : > On Sat, Nov 24, 2018 at 03:41:35PM +, Jelle Licht wrote: > >Hey swedebugia, > >I will still send a more elaborate reply to the general npm-importer > >thread later this week, but we can assume that generally these > >

Re: Cyclic npm dependencies

2018-11-24 Thread Pjotr Prins
On Sat, Nov 24, 2018 at 03:41:35PM +, Jelle Licht wrote: >Hey swedebugia, >I will still send a more elaborate reply to the general npm-importer >thread later this week, but we can assume that generally these >recursive dependencies can be untangled by looking at the different >

Re: Cyclic npm dependencies

2018-11-24 Thread Jelle Licht
Hey swedebugia, I will still send a more elaborate reply to the general npm-importer thread later this week, but we can assume that generally these recursive dependencies can be untangled by looking at the different versions of the dependencies. So in your example, I imagine an input chain like:

Cyclic npm dependencies

2018-11-24 Thread swedebugia
Hi We need to wonder about what to do with cyclic dependencies. In the case below node-rimraf has node-glob in input and node-glob has node-rimraf in NATIVE-input. I have no idea how to solve this. Both packages are by the same author. Same problem with jasmine and jasmine-core