DEV Community

Discussion on: autoposting from github to devto

Collapse
 
osde8info profile image
Clive Da

have a look at my repo ive already updated deps BUT still getting errors

"dependencies": {
    "dev-to-git": "1.4.1",
    "embedme": "1.19.0",
    "prettier": "1.19.1"
  }

:(
Collapse
 
maxime1992 profile image
Maxime

have you checked those issues:

github.com/maxime1992/dev.to/issues/6

github.com/maxime1992/dev.to/issues/7

So try running yarn run prettier:write basically :)

Thread Thread
 
maxime1992 profile image
Maxime

From your travis build:

The command "yarn run prettier:check" exited with 1.

So yeah you just need to run prettier your formatting is not correct that's it.

Just run yarn run prettier:write :)

Thread Thread
 
osde8info profile image
Clive Da