-
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
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined #24107
Comments
Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety? 👉 Click here if you want to take another look at the Bug Report issue template. |
I am having the exact same issue !! |
I also have this problem. React Native seem to be problems when they update new version. Since Flutter comes in so fast now, I think RN might be disappear soon. New developers are introduced to Flutter and currently RN developers also moving to flutter... |
@temchannat I fixed by following commands: Hope this helps !! 😇 |
@zsubzwary yes for version less than 59 is fine, but when you don't specify the version, it run into the problem hahaha.... |
@temchannat even specifying the version...it is not working for me |
me too…… |
Also have this problem using Yarn on macOS. |
After version error I have issue!!
|
Duplicate of #24108. Should be already fixed |
i had same issue "Could not debug. The "path" argument must be of type string. Received type undefined" resolved by removing code sample: { |
🐛 Bug Report
I have work on react native before and it was work fine
after some working on python and install some packages
I start got this error when trying to initialize new project using this command :
react-native init
I have update react native to latest version and try to reinstall it again but still same error
react-native-cli: 2.0.1
react-native: 0.59.1
node v11.12.0
npm 6.7.0
The text was updated successfully, but these errors were encountered: