-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Could I use npm install --registry? #610
New issue
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
Comments
Could you please explain the use case for this? |
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 |
Does setting a global registry override help? |
Yes, you're right. I forgot this. Thanks. |
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: