React JS Tutorial - 1 - How to Install React on Windows 10

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

If you encounter ENOENT error in Windows, type the following sequentially in powershell:
1) node -v
npm -v
2) npm cache clean --force
3) npm config set prefix
npm install -g npm
4) npm install -g npm
5) npx create-react-app sample-react-app

tanushreedatey
Автор

If you are on windows make sure you type the path correct with uppercase or lowercase letters.
I got ERROR in [eslint]
because I went to my path in powershell and typed: C:\cd react - but the folder I created was named React
so I had to back and type it with the uppercase letter - C:\cd React - then type in npm start
That got rid of the error

jonldavis
Автор

one of the most underrated ppl on da internet creating such a good tutorials learn so many thing that will be useful in near feature much appreciated for free content ma guy <3

squizy
Автор

You are a lifesaver bro. Keep up the good work. You work is highly appreciated.

mycondostoreyt
Автор

🎉 tq bro finally iam installed react js bro

ffdevil
Автор

errors come when i run the command on the power shell

TechnoX-jfuv
Автор

You have explained exactly what we need. Thanks

amritdubey
Автор

Thanks so much bro, your video helped real good to install react js. Thanks so much

ayoolagabriel
Автор

Only you can help me to install Tailwind and React thank sir

hannradin