DEV Community

Discussion on: Why I Use Yarn, Not npm

Collapse
 
shelob9 profile image
Josh Pollock

Good point. Worth trying.

I used verdaccio for awhile. It proxies npm registry with a cache.. I was able to run npx create-react-app without an internet connection. I never figured out how to avoid writing localhost urls in my lockfile though.

Thread Thread
 
x1k profile image
Asaju Enitan

maybe it could be in the docs?