Getting an error when trying to install react using npx create-react-app.. Please help.
node version = v16.13.2
npm version = 8.6.0
Getting an error when trying to install react using npx create-react-app
210 Views Asked by malinda sharma At
2
Try the following commands
npm config set legacy-peer-deps true
next
npx create-react-app my-app
above commands worked for me