Closed abaustin1 closed 7 years ago
Interesting, apparently Ghost hosting doesn't resolve latest
version of the dependency.
Try this: Open the package.json
file and replace devDependencies
for this:
"devDependencies": {
"algolia-webcrawler": "~1.0.2",
"browser-sync": "~2.18.2",
"coffee-script": "~1.11.1",
"gulp": "~3.9.1",
"gulp-add-src": "~0.2.0",
"gulp-autoprefixer": "~3.1.1",
"gulp-changed": "~1.3.2",
"gulp-coffee": "~2.3.3",
"gulp-concat": "~2.6.1",
"gulp-cssnano": "~2.1.2",
"gulp-gh-pages": "~0.5.4",
"gulp-header": "~1.8.8",
"gulp-if": "~2.0.2",
"gulp-sass": "~2.3.2",
"gulp-strip-css-comments": "~1.2.0",
"gulp-uglify": "~2.0.0",
"gulp-util": "~3.0.7"
},
If it works fine I can release a new version with this setup.
When I try to the upload the theme to my fresh install of Ghost, I get the following error.