I've installed nodejs and npm using sudo apt-get. I've installed create-react-app using sudo npm install -g create-react-app but when I try to use create-react-app, it does absolutely nothing.
This $ create-react-app my-app did not create a directory.
I tried to make the directory and see if I could get create-react-app to populate it. This $ mkdir my-app $ create-react-app my-app did absolutely nothing too.. The my-app directory stayed completely empty. It didn't even give an en error message.
How do I get create-react-app to work? To create and populate a directory as I think it should?
Update: when I installed create-react-app, I got the following warning. npm WARN engine [email protected]: wanted: {"node":">=4"} (current: {"node":"v0.10.25","npm":"1.3.10"})