I am trying to create a contract using the following command
truffle create contract vote
But I am getting this error:
No network available. Use `truffle develop` or add network to truffle.js config.
I am just trying to create contract. My testrpc is running. I dont know how to solve this.