-
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
ERR_INVALID_ARG_TYPE(name, 'string', value); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined at validateString (internal/validators.js:125:11) at Object.join (path.js:1147:7) #24108
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 same problem |
I'm facing the same issue |
same problem happens with node 10 and 11 here. Looks like it's probably related to @react-native-community/cli being updated 7 hours ago. react-native-community/cli#260 If you're looking for a quick solution can edit a file in node modules: react-native-community/cli@0c00895 and re-run the command. It worked for me. |
C'est un duplicata de #24103. |
metoo…… |
I have the same issue |
its work on previous version, you can try
|
I hava this problem too TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined D:\ReactNative>node -v D:\ReactNative>npm -v |
Duplicate of #24103 (already fixed) |
I have the same issue |
I just run
Package are installed but I have an error
The text was updated successfully, but these errors were encountered: