Ghost Theme yarn zip Command Fails: How to Fix TypeError zip is not a function
Quick answer: The yarn zip command in Ghost theme development fails with TypeError: zip is not a function when your installed gulp-zip version is incompatible with your Gulp version. Fix it by running yarn add gulp-zip@5.1.0 --dev to pin to the last stable v5 release. If you&