Everything was working perfect, I even had it going earlier. All I am trying to do is create a react app. I used the command npx create-react-app and everything worked.
I decided to try yarn instead of npm, that made everything not work. After bashing my head against the wall I decided to uninstall it and I get the exact same error as when I had yarn installed.
It's giving me thisenter image description here warning that I am using npm version 5.1.0 EVEN THOUGH you can see at the bottom that I have version 8.11.0. On top of that I get "npm ERR! cb.apply is not a function" I tried googling it on Stack Overflow. The guy says to uninstall node_modules but I am pretty sure I already have it removed.