Recibo el siguiente error al crear la aplicación de react en mi sistema. Muchas veces reinstalé react e incluso nodejs . Aún así, el problema sigue llegando.
PS C:\Users\u124\Desktop\nsh-adm\learning\nestJS> npx create-react-app reactadminEl error es
Creating a new React app in C:\Users\u124\Desktop\nsh-adm\learning\nestJS\reactadmin.\\ warning ..\package.json: No license field Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template... yarn add v1.22.15 warning ..\package.json: No license field [1/4] Resolving packages... error An unexpected error occurred: "https://registry.yarnpkg.com/react: unable to get local issuer certificate". info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\u124\\Desktop\\nsh-adm\\learning\\nestJS\\reactadmin\\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 cra-template --cwd C:\Users\u124\Desktop\nsh-adm\learning\nestJS\reactadmin has failed. Deleting generated file... package.json Deleting generated file... yarn.lock Done. PS C:\Users\u124\Desktop\nsh-adm\learning\nestJS>¿Puedes ayudarme con lo mismo?