I am trying to run npx create-react-app my-app in Ubuntu and it doesn’t respond at all rather just keeps the terminal engaged unless I cancel via Ctrl+C
I have removed and reinstalled node and npm.
Node: v18.18.2
npm: 9.8.1
Ubuntu 22.04.3 LTS
I am trying to run npx create-react-app my-app in Ubuntu and it doesn’t respond at all rather just keeps the terminal engaged unless I cancel via Ctrl+C
I have removed and reinstalled node and npm.
Node: v18.18.2
npm: 9.8.1
Ubuntu 22.04.3 LTS
2
Answers
So, the problem was fixed by downgrading from node18 to 16.
You did not pass the name of your project to the CL in the image you are showing.
instead of: