To Yarn and Back to Npm Again
mixmax.com
To Yarn and Back to Npm Again
1–10 of 54 posts
Re: To Yarn and Back to Npm Again
#2Re: To Yarn and Back to Npm Again
#3> We never observed install inconsistencies when using npm previously
Interesting, since NPM has had issues being deterministic since package-lock came to be, and this was one of the main reasons yarn was created.
The fact that yarn has a healthy community, actually accepts contributions, and encourages public discussion is a big pro for me (colored by personal experience).
Re: To Yarn and Back to Npm Again
#4Re: To Yarn and Back to Npm Again
#5Re: To Yarn and Back to Npm Again
#6Re: To Yarn and Back to Npm Again
#7This has never happened to us with heavy daily usage. It's one of the things that remains reliable about Yarn. Would appreciate more details on what exactly happened.
Re: To Yarn and Back to Npm Again
#8Re: To Yarn and Back to Npm Again
#9We're using a boilerplate project from a year ago with Yarn/React and it's still behaving the same way. Of course we have some deprecation warnings, but is it really so bad to have this "If it's not broke, don't fix it" mentality?
Re: To Yarn and Back to Npm Again
#10That's why we love the JavaScript ecosystem so much: you have always got something to do!