Setting up React project errors

Hi, When I create a new React App this way

I get the following errors:

1
1 comment

problem is caused by a white space in your user name, see https://github.com/zkat/npx/issues/146 and https://github.com/facebook/create-react-app/issues/4042

Changing npm cache folder with npm config set cache command can be used as a workaround, see https://github.com/zkat/npx/issues/146#issuecomment-508846604

2

Please sign in to leave a comment.