N
N
nikolay666132022-02-08 12:03:39
React
nikolay66613, 2022-02-08 12:03:39

Is it possible to choose the version of react when installing?

Good afternoon, I'm learning programming and decided to test react. But there was a problem that the laptop on which I work, due to its age, does not have the windows 10 drivers necessary to run the required version of Node.js. And accordingly, I can’t react 17.
When installing a Node version higher than 13.14, from the archives from the site, a black screen appears and the installation does not proceed further. Therefore, the question arose, is it possible to somehow select a version during initialization in the create-react-app terminal, or is there a way to download an "archive" of previous versions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mesuti, 2022-02-08
@Mesuti

npm install -g create-react-app
create-react-app my-app

https://gist.github.com/gaearon/4064d3c23a77c74a36...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question