question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Split the `download` and `yarn install` part when `init`-ing.

See original GitHub issue

Running 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pviniscommented, Apr 6, 2020

Changing the text would be fine, but I think some progress display would be even better!

0reactions
github-actions[bot]commented, Nov 28, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found