You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am having some issue with react native init for creating a new project. The error is something like
just executing react-native init projectName
project creation failed wth
` internal/validators.js:125
throw new 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)
`
node v11.10.0
npm 6.7.0
yarn 1.13.0
mixkorshun, BasitAli, NicholasBertazzon, phaseharry, kulkarnisaumitra98 and 17 more