Yarn recommendation is outdated #1298
-
Hey @nklayman Consider this:
Perhaps you should consider removing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
According to https://github.com/pnpm/benchmarks-of-javascript-package-managers, yarn is still faster than npm in the most common scenarios. Yarn 2 pnp and pnpm don't play nice with electron native modules afaik (and don't have great vue-cli support either I believe), so I'm going to avoid recommending them. In addition, yarn has some nice features like allowing you to run package bins without having to list them in |
Beta Was this translation helpful? Give feedback.
According to https://github.com/pnpm/benchmarks-of-javascript-package-managers, yarn is still faster than npm in the most common scenarios. Yarn 2 pnp and pnpm don't play nice with electron native modules afaik (and don't have great vue-cli support either I believe), so I'm going to avoid recommending them. In addition, yarn has some nice features like allowing you to run package bins without having to list them in
scripts
, which I use often. npm has gotten better, however. What do you think about continuing to provide instructions for both tools, but removing the line that recommends yarn over npm?