guys. I'm having a trouble when using npx create-react-app
script.
Whenever I try to create a react app, it's always show like this:
Creating a new React app in C:\USER\User\Document\GitHub\Projects
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
And it always stuck in there. I ever leave it for almost eight hours, but still it ain't work.
I've been trying to do npm install npm@latest -g
to install the latest version of my npm, but still it doesn't work. I even have tried to uninstall the NodeJS in my computer, then reinstall it.
Earlier, I've always done my react projects with this method:
npm init
npm install create-react-app
npm create-react-app my-project
Unfortunately, after a week, I cannot do npm start
for every react project that I've made before using that method. I also have tried to use the same method to create a new react project, but still it always stuck in the same part. I really need your help guys.
I'm using the latest version of VSCode on Windows 8.1 by the way.
Thank you in advanced.