Ubuntu 16.04 Stuck on Loading dependency graph, done.
See original GitHub issueFor 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:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top 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 >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
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
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?