Beginner question on running an example

Hi Im coming to meteor from exxpress
and trying to get https://github.com/dwyl/image-uploads running

First I got meteor version not found it wanted:

0.7.1.2  

Then I entered my string into .meteor/release:

METEOR@1.1.0.2

While would seemed to help
I now get this message :

Errors prevented startup:
While selecting package versions:
error: unknown package in top-level dependencies: fontawesome4

Any help appreciated
Thanks heaps

That repository is very old and not maintained, Meteor has changed a lot since then. One way of doing image uploads is to use the CollectionFS package.