I'm confused that why create-react-app required root account to create project? If I create a project with create-react-app without root aka sudo, it return following error message.
Aborting installation. yarnpkg add --exact react react-dom react-scripts --cwd /Users/user/Documents/Projects/ReactJS/mytest has failed.
If I create a project with root, it was working.