We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, When I use 'create-react-app myapp' to create project, it auto npm install libs from npmjs.org.
Could I use create-react-app myapp --registry=xxxx to install libs? Or create-react-app myapp --manual to run npm install manual?
create-react-app myapp --registry=xxxx
create-react-app myapp --manual
npm install
Thanks.
The text was updated successfully, but these errors were encountered:
Could you please explain the use case for this?
Sorry, something went wrong.
Connect to npmjs.org sometimes is slow even broke in China, We use npm.taobao.org more than the former.
And I think it's useful for some people who behind a company firewall and can only npm install from their self-build npm repository.
Does setting a global registry override help? http://stackoverflow.com/a/22390936/458193
Yes, you're right. I forgot this. Thanks.
No branches or pull requests
Hi,
When I use 'create-react-app myapp' to create project, it auto npm install libs from npmjs.org.
Could I use
create-react-app myapp --registry=xxxx
to install libs?Or
create-react-app myapp --manual
to runnpm install
manual?Thanks.
The text was updated successfully, but these errors were encountered: