At least 4 months, and it's not buggy—people have been writing bad code and expecting it to work because npm and yarn don't do strict resolution
Here's the problem: X has a dependency Y Z has dependency X, but not Y Because npm/yarn's weak resolution, Z can actually just require Y, even though it's not its own dependency
Обсуждают сегодня