You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And yarn v2 is totally different and lack of ecosystem.
npm has a lot of improvements in last a few years, so yarn does not have clear advantages than before.
For example, simply switching from yarn v1 to npm v7, speeds up a lot based in my past experiment.
(Left side is yarn v1, right side is npm v7)
Today Node.js 18 comes with npm v8 which is even better. (Latest npm version is v9)
It would be great to provide generating plugin in npm option, or totally move to npm (?) To developers, one less dependency is also a good thing especially yarn v1 is very old and npm is faster today. 😃
Background
For example, simply switching from yarn v1 to npm v7, speeds up a lot based in my past experiment.
(Left side is yarn v1, right side is npm v7)
Today Node.js 18 comes with npm v8 which is even better. (Latest npm version is v9)
It would be great to provide generating plugin in npm option, or totally move to npm (?) To developers, one less dependency is also a good thing especially yarn v1 is very old and npm is faster today. 😃
This commit will help a little bit hongbo-miao/hongbomiao.com@41da617 for npm option.
BTW, for this repo itself, it may speed up a lot when switching to npm too. 👻
The text was updated successfully, but these errors were encountered: