While installing ReactJs, i got Require post install error

289 Views Asked by At

Firstly i install nodejs and then using npm i install package name create-react-app globally and then created react app using npx create-react-app app-name , i got the following error:

[email protected] postinstall PATH
node -e "try{require('./postinstall')}catch(e){}"
[email protected] postinstall
node -e "try{require('./postinstall')}catch(e){}"
[email protected] postinstall
node -e "try{require('./postinstall')}catch(e){}"
0

There are 0 best solutions below