-3

This is errors This is the error's that i'm getting while typing npm install -g create-react-app, robofriend is the name of my app that i'm suppose to create And Thanx for your help in advance

1 Answers1

0

Go to directory from project file and write:

npm install -g create-react-app project_name

Or:

npx create-react-app project_name
gil-son
  • 11
  • 2