Nico Jansen
Nico Jansen
Hi @arobinson thanks for the praise and sorry for the late response. How would this feature work exactly? In my experience `npm install` will automatically remove the "extraneous" dependencies (the...
Hmm i agree that it would be great, but install-local uses `npm pack` and `npm install` underneath. This has the benefit of not having to rebuild an actual installation, it...
I'm happy to accept a PR for this.
Ow sorry, seems it took me 2,5 years to respond 😅 If you're still interested, I think you're looking for `src/currentDirectoryInstall.ts`. There we call `readPackageJson`. I think we can detect...
Hmm, interesting. Well, that would be a breaking change, since now `npm` will just walk up until it finds the first `package.json` and install there. Maybe we should add this...
Thanks for the kind words. > My Solution: Manually hoist all localDependencies of Lib to App If I understand you correctly, then yes, this is the best solution. This is...
Sounds good. I'd be happy to accept a PR for this. I personally use `packages/*` always for my projects, which is why I didn't see this as a problem. Let's...
I'll help you running tests in #4 :v:
@jonas-lauber I think we can close this one?
@Aqours what do you mean exactly?