Problem running Etherum Boilerplate

Hi there,

When i try to run Etherum Boilerplate from “https://github.com/ethereum-boilerplate/ethereum-boilerplate” i receive this error :

image

… Line 138:38: Delete prettier/prettier
Line 139:10: Delete prettier/prettier
Line 140:4: Delete prettier/prettier
Line 141:2: Delete prettier/prettier

Then dapp runs, but there are some problems.

Any idea how to solve this?

Try use:

git config --global core.autocrlf false

and/or

yarn format

if in future you get these errors.

Look also:
https://github.com/ethereum-boilerplate/ethereum-boilerplate/issues/121

Best wishes!