I'm trying to create a react project using vite but I'm getting an error while running
npm create vite@latest I'm on a fresh new ubuntu, I've just created a directory, opened a terminal inside that directory then ran sudo apt install npm followed by npm create vite@latest but I'm getting this error:
What am I doing wrong? Since my setup is new have I forgotten to install something?
