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
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
at validateString (internal/validators.js:112:11)
at Object.join (path.js:375:7)
Looks like this is related to facebook#8499 and the package jdcrensh/create-react-app needs to be updated..
The text was updated successfully, but these errors were encountered:
I can update that to workaround this temporarily, just change in file node_modules@jdcrensh\react-scripts\package.json the line
"react-dev-utils": "^10.0.0"
to
"react-dev-utils": "10.0.0"
then remove react-dev-utils from node_modules
and run npm install
Got error after a clean install of npm and app:
Looks like this is related to facebook#8499 and the package jdcrensh/create-react-app needs to be updated..
The text was updated successfully, but these errors were encountered: