Semver error in package.json

Hi everyone,

I keep getting this error on my theme, but my “version” property appears to be semver compliant.

Any ideas on how to fix this?

Have you customized the Edition theme? If so, the versions should probably look like this:

    "version": "1.0.0",
    "engines": {
        "ghost": ">=5.0.0"

Hi @mjw — yes I have customized the Edition theme.

Sorry do you mean to say that I must do 1.0.0 in my version? Otherwise there is no difference between yours and mine?

The error is about semantic versioning, and you seem to have advanced this to V5. The changes between versions should be sequential.

1 Like