I am trying to deploy a keystone app using the MEAN stack. I have installed all other packages. After that I tried to follow these steps mentioned here:
http://keystonejs.com/getting-started/
but when I tried to execute the command
$ yo keystone
It says "yo command is not found"
First, you need to have Node installed and npm working.
Then, you need to have yo installed with:
You need to make sure that you have the Node's
bin
directory in the PATH.And now you can finally use:
but not before that because yo is not installed with Node automatically and Node is not installed with Ubuntu automatically either.
For more info see: