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.

Ubuntu 16.04 Stuck on Loading dependency graph, done.

See original GitHub issue

For a laptop with Ubuntu 16.04 I followed this steps:

`sudo apt install curl curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - sudo apt install nodejs

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo “deb https://dl.yarnpkg.com/debian/ stable main” | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn

git clone https://github.com/facebook/flipper.git cd flipper yarn yarn start`

When I do yarn start it get stuck on Loading dependency graph, done. Tried to run with --verbose but did not catch anything. Tried to see related issues but did not work out. Any suggestion?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
simaofelgueirasJMcommented, Dec 19, 2018

Yes, I found the user of that computer did not upgraded the computer for a while, with Ubuntu 16.04. After the updates done, It worked. Thank you for the help!

PS: yes you can close

1reaction
jknoxvillecommented, Dec 19, 2018

I’ve spun out a new issue for this as it looks like a separate problem: https://github.com/facebook/flipper/issues/344

Lets close out this one if it’s fixed for you. Did you have to upgrade dbus to fix the original issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

React-native get stuck at Dependency Graph - Stack Overflow
it goes till Loading dependency graph, done. Then I remained it open and open another command prompt as Administrator go to the app...
Read more >
Stuck in the loop because 'apt --fix-broken install' doesn't help ...
Done Building dependency tree Reading state information... Done 53 packages can be upgraded. Run 'apt list --upgradable' to see them. ravi@lab ...
Read more >
Ubuntu Server Documentation
This chapter provides an overview of installing Ubuntu Server Edition. There is more detailed documentation on other installer topics. Preparing to Install.
Read more >
How to resolve React Native dependency graph stuck issue?
I hope this resolved your issues with React Native and how to get Loading dependency graph, done. message. Tests Symfony RabbitMQBundle ...
Read more >
Troubleshoot instances with failed status checks
Mount filesystem. Create a GRUB configuration file. Verify that your version of GRUB supports the underlying file system type and upgrade GRUB if...
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