Ian Sutherland
Ian Sutherland
Can you try the latest version of v4 and see if this is still an issue?
I like this idea in general, both as a user and as a tooling author. cc @nodejs/tooling The one concern I have from a Create React App perspective is that...
I've been struggling with the lack of a `nohoist` option today. A certain dependency that I'm using requires another package and it only works if they are in the same...
@ruyadorno I've been achieving this by requesting different patch versions of the same package but your method seems a bit better. Thanks.
https://github.com/nodejs/node/issues/38897
We discussed this in the tooling meeting today and had the idea of creating a small standalone package you could run in a project that would scan your code and...
I do think this is a good idea but as you point out glob does have 6 dependencies, including `minimatch` so it's unclear to me how we would vendor it.
I think this was fixed here: https://github.com/nodejs/node/pull/41545 Just waiting to hear back if that actually did resolve the issue.
@dscanlan it's all yours!
It sounds like all we can do is display a more helpful error message in this case (until the bug is fixed in npm/npx). Would you be interested in submitting...