We're a place where coders share, stay up-to-date and grow their careers.
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.
npx create-react-app
maybe it could be in the docs?
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.maybe it could be in the docs?