|
|
|
|
|
by eyelidlessness
2067 days ago
|
|
I tried yarn 2 on a greenfield project, but discovered: - pnp is made possible in part by mysterious “patches” to certain dependencies that don’t work well with it. Mysterious as in they’re obfuscated, and there isn’t much detail besides commit history. This is blocking if you wanna try out, say, the TypeScript 4.1 beta and the patch isn’t ready yet. But more importantly um... I do not want my dependency manager mysteriously patching stuff with obfuscated code????? - it applies these patches even if you disable pnp, so same objections to the entire yarn 2 approach (currently) So I’m back on yarn 1 and apparently gonna need to look at npm 7 at this point. |
|