Stuck in "Scanning folders for symlinks in..."
See original GitHub issueEnvironment
Environment:
OS: Windows 10
Node: 9.8.0
Yarn: Not Found
npm: 4.6.1
Watchman: Not Found
Xcode: N/A
Android Studio: Version 3.0.0.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.52.0 => 0.52.0
Expected Behavior
When I’m trying to install app to Android Emulator, this problem occurs;
Scanning folders for symlinks in C:\Users\Furkan\AwesomeProject\node_modules (30ms)
Actual Behavior
-npm already running -System Variables are OK -CMD (via Administrator) -Android 5.0.1 (API 21, All SDK components/Extras/Build Tools was installed) -adb devices;
List of devices attached
emulator-5554 device
PS C:\Users\Furkan\AwesomeProject> react-native run-android --deviceId emulator-5554
Scanning folders for symlinks in C:\Users\Furkan\AwesomeProject\node_modules (30ms)
(and Terminated)
Steps to Reproduce
-run “npm start” -run “.androidSDK/tools/emulator -avd Nexus6” -run “react-native run-android” (when Android booted)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:41 (3 by maintainers)
Top Results From Across the Web
react-native run-android hangs on scanning for folders
When I use method 1, trying to run react-native run-android behaves the same way yours did in that screen shot. Using method 2...
Read more >All folders show Up to Date (host and client) but one folder on ...
One folder on my phone has over 70,000 files and been stuck in scanning mode for several hours. Restarted phone, restarted app did...
Read more >About scanning symbolic links - Kaspersky Knowledge Base
Scanning symbolic links in network attached storages typically occurs as follows. Kaspersky Security for Windows Server scans the file that the symbolic link...
Read more >Insync 3.2.6 keeps scanning and not synching - Linux - Insync Forums
There have been cases reported where Insync got stuck when a symlink was being synced within the Base Folder. Apologies for not including...
Read more >Cubase 12 stuck on scanning vst3 plugins - Steinberg Forums
The same Problem here…Cubase 12 does NOT SCAN C:\Program Files\Common Files\VST3 ! The only VST3 Folder scanned is
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 Free
Top 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
problem seems solved after closing and opening the terminal and running the command
Upgrade the react-native package
This method 100% works