--registry https://registry.npmjs.org
is been used to get around artifactory alike proxy when install with npm install
But I want to do similiar thing with npm xxx
because I encounter
npm ERR! code E401
npm ERR! Unable to authenticate, need: Basic realm="Artifactory Realm"
when try to do npx create-react-app myapp
Is that something possible?
I literarily can't find any info about this online!