Marc Høegh

Results 26 comments of Marc Høegh

Hi! I must admit that I have not had this use-case in mind. The problem comes from the `npm info` call that the script does to look up the package...

> Can it be that the problem is in the npm client? Could be. I would suggest you try and get a healthy installation of NPM on your system, if...

@shaunburdick Thank you for your contribution! 🙏 You have indeed spotted a shortcoming that needs fixing. I am tempted to merge in your changes, but I wonder if there are...

I am working on a larger refactoring which will enable this, but it will be a while before it is ready.

@jantimon @ctaylor4874 @guilhermedecampo As of `v0.17.0` it is now possible to install multiple dependencies per session. I.e. without running the command multiple times. ![image](https://user-images.githubusercontent.com/6997051/68870224-d5fdeb80-06fa-11ea-9484-702f49f89c8b.png) There are still improvements to do...

> Note that it still runs individual npm install commands, which is not necessary and slow. Thank you. I realize this and this is what I refer to in my...

Hmm, I may need to try running this on a Windows machine to debug this, which I haven't before. Could you try running it with a different, small mono-repo, just...

Hi @oliveti ! Sorry for the late reply. I was not watching the repo by some mistake. I'd be happy to add support for what you're asking. Can you be...

@oliveti @maritz I think this will be tricky to implement since the program would have to make a guess on whether or not a dependency is a hoisted dependency before...