Home > Enterprise >  create React app - getting can't mkdir error
create React app - getting can't mkdir error

Time:01-24

enter image description hereI am following the make react app as per these instructions how to fix this issue

CodePudding user response:

Try installing it globally first, using the command npm install -g create-react-app

And then, you can create your app using the command, npx create-react-app

  •  Tags:  
  • Related