Answers for "npx create-react-app --template not working"

0

create react app not creating template

if react is installed globally, run this:
npm uninstall -g create-react-app

then run this:
npx create-react-app {directory name}
Posted by: Guest on July-01-2020

Code answers related to "npx create-react-app --template not working"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language