I am using the following cmnd to initialize a new react project:
npx create-react-app test
But I get this error :
Invalid "exports" main target "index.js" defined in the package config /usr/lib/node_modules/create-react-app/node_modules/is-promise/package.json
I tried :
1. clear the cache using
npm cache clean --force
2.updating npm to 6.14.4
3. installing it globally npm install create-react-app -g