I am trying to run a Smart Contract on Truffle. I created a new directory and ran 
$ truffle init
command. 
I created a contract and made changes to the migrations file. Now when I run truffle compile command, I get no output or error. It is just hung there.