0 votes
in ReactJS by
retagged by
Which of the following command is used to install create-react-app?

a) npm install -g create-react-app

b) npm install create-react-app

c) npm install -f create-react-app

d) install -g create-react-app

1 Answer

0 votes
by

A is the correct answer. The "npm install -g create-react-app" command is used to install the create-react-app.

Related questions

0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
...