I am trying to create new app with create-react-app.
Below is the error.
Please help. Thanks in advance
➜ REACT create-react-app my-app Creating a new React app in /media/budi/Tjung/#TJUNG/REACT/my-app. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts... yarn add v1.6.0 info No lockfile found. [1/4] Resolving packages... error An unexpected error occurred: "http://registry.npmjs.org/react: > ETIMEDOUT". info If you think this is a bug, please open a bug report with the information provided in "/media/budi/Tjung/#TJUNG/REACT/my-app/yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. Aborting installation. yarnpkg add --exact react react-dom react-scripts --cwd /media/budi/Tjung/#TJUNG/REACT/my-app has failed. Deleting generated file... package.json Deleting generated file... yarn-error.log Deleting my-app / from /media/budi/Tjung/#TJUNG/REACT Done.