Split the `download` and `yarn install` part when `init`-ing.
See original GitHub issueRunning npx @react-native-community/cli init Bla
, the loader stays on Downloading template
for a long long time, and then skips to Copying template
. I think we should split this and update the loader text to Downloading template
, Running <package manager> install
, then Copying template
etc. At least that way there is a bit more feedback on what’s happening, especially when yarn takes a while to install.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (5 by maintainers)
Top Results From Across the Web
`yarn install` | Yarn - Package Manager
This command sets up your project if needed. The installation is split into four different steps that each have their own characteristics: Resolution:...
Read more >Install and Use the Yarn Package Manager - Linode
This guide will show you how to install and use the Yarn package manager, ... This section shows you how to work with...
Read more >How do I switch from npm to yarn in my project? - Stack Overflow
Full simple step-by-step answer: Install yarn npm i -g yarn; Go to directory where u install packages and run yarn command; Yarn will...
Read more >Running Spark on YARN - Spark 3.3.1 Documentation
In cluster mode, the Spark driver runs inside an application master process which is managed by YARN on the cluster, and the client...
Read more >NPM vs Yarn: Which package manager should I use?
npm install - Helps you install dependencies for your project. npm init - Used to generate a package.json file. npm audit - Asks...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Changing the text would be fine, but I think some progress display would be even better!
There hasn’t been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.