I'm trying to install express in my ubuntu using the next command:
sudo npm install -g express
But when I try to use express to create a new app:
express new_app_name
I get the next error(Is in spanish but it says "express command not found"):
express: no se encontró la orden
Can somebody help me?