Hi,

Are you running Automatic installation from README.md or following Manual Installation guide? It may be helpful to get some more information on steps that you did prior to this and exact command that you are executing. Also what version of node and npm are you running? You can find that by running following commands in your terminal:

node --version

and

npm --version

Thanks.