I've just finished installing create-react-app successfully. But, when I create a new project like below command, error happens. Could you please give me a recommandation?
system env.: - aws lightsail 1vcpu, 0.5G ram / ubuntu 18.04 - nodejs version : 13.9.0 - npm version : 6.13.7 - create-react-app version : 3.4.0
~$ npm create-react-app my-app
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...
core-js@2.6.11 postinstall /home/ubuntu/my-app/node_modules/babel-runtime/node_modules/core-js node -e "try{require('./postinstall')}catch(e){}"
Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
Deleting generated file... node_modules Deleting generated file... package.json
Done.