Hey! Firstly, there seems to be a typo in your command. The command mentioned in the question is
$ truffle Migrate
The command should be
$ truffle migrate
Seems like the truffle contract module is missing. To install the truffle contract module, run the following command in the terminal:
$ npm install -g truffle-contract