-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: bundling failed: Error: ENOENT: no such file or directory, uv_cwd #21038
Comments
Here is the console stacktrace:
|
Seeing the same issue |
Have you tried rebooting? |
I came across the same issue just now. npm reinstalling and rebooting work fine. |
Check if |
I think that's what it is, why rebooting fixes it.
The process gets a hang of the port 8081, and somehow won't release it.
I call this a bug. There should be a proper termination of the metro
bundler so the port is always released properly.
…On Tue, Sep 11, 2018 at 4:38 AM, murray ***@***.***> wrote:
Check if $ yarn start works. The metro bundler wasn't able to run on port
8081 for me and I needed to run $ killall node
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21038 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABpbfsA_FMWuLTNRBz96aE6RyeqDuKzRks5uZ3aZgaJpZM4WhiaI>
.
|
Restarting worked for me as well - thanks! |
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists. The ":rewind:Old Version" label will be removed automatically once you edit your original post with the results of running |
Thanks @CodeMuz, |
Just close your current terminal window and run again ios, android commands. It will work. It worked for me. |
Thanks. It solved my problem |
digvijay@digvijay:~/Desktop/test$ kilall node Command 'kilall' not found, did you mean: command 'killall' from deb psmisc Try: sudo apt install digvijay@digvijay: |
Maybe you moved the file |
Just remove your app from the emulator or device and close the terminal that running bundler. Now start the process again by calling react-native run-android or iOS it will work. |
Closing as it seems that it's just a caching issue - thanks everyone for the feedback! |
Rebooting fixed my problem out too. I tried every other methods but all failed. thanks for everyone |
you saved my life, thank you |
I have had same problem when my wi-fi conection stack on milisecond when script runs. |
I saw this on 57.7 . just a note. |
ENOENT: no such file or directory, scandir 'C:\Users\gian-\gsm-v3\pages\node_modules\imagenes' |
I've seen this on MacOS when building on CircleCI (the android app).
I haven't found the issue yet |
found any answers yet? |
@toro705 in our case we created those files manually as the build process only required they "existed" although empty... |
Thanks @kaushal9678 . I was in Homestead Vagrant. I exited out of that terminal session, ran |
Sorry this comes back again with the latest 0.56. No steps to reproduce, the startup just won't work.
Environment
Patrices-iMac:adn-083 patricegagnon$ react-native info
Scanning folders for symlinks in /Users/patricegagnon/_projects/outs/adn-083/node_modules (15ms)
(node:71272) ExperimentalWarning: The fs.promises API is experimental
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.6
CPU: x64 Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Memory: 34.46 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.1.0 - /usr/local/bin/node
Yarn: 1.6.0 - /usr/local/bin/yarn
npm: 5.6.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 11.4, macOS 10.13, tvOS 11.4, watchOS 4.3
IDEs:
Xcode: 9.4.1/9F2000 - /usr/bin/xcodebuild
npmPackages:
react: 16.4.1 => 16.4.1
react-native: 0.56.0 => 0.56.0
npmGlobalPackages:
create-react-native-app: 1
Description
This appears to be a regression as we've seen this before. The app refuses to start.
Reproducible Demo
The entire project is shared on Dropbox. It just refuses to start:
The project
The text was updated successfully, but these errors were encountered: