I've install Spaceship through npm, antigen and also manually but each time I reload my .zshrc after a new install (using source ~/.zshrc), I get an error:
'time' not found'user' not found'dir' not found'host' not found'git' not found'hg' not found'package' not found'node' not found'ruby' not found'elixir' not found'xcode' not found'swift' not found'golang' not found'php' not found'rust' not found'haskell' not found'julia' not found'docker' not found'aws' not found'venv' not found'conda' not found'pyenv' not found'dotnet' not found'ember' not found'kubecontext' not found'exec_time' not found'line_sep' not found'battery' not found'vi_mode' not found'jobs' not found'exit_code' not found'char' not found
It's seems that spaceship can't found any section section, all tho they exist in ~/.antigen/bundles/denysdovhan/spaceship-prompt.
Provide a screenshot that shows your issue
Here is a screenshot of a fresh install:

Spaceship version: 3.0.3
Zsh version: 5.0.8
Zsh framework: oh-my-zsh
Zsh plugin manager: antigen
Terminal emulator: iTerm/Hyper (the two I have test the install on)
Operating system: macOS 10.11.6
.zshrcsource ~/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# plugins
antigen bundle git
antigen bundle command-not-found
antigen bundle z
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle akoenig/gulp.plugin.zsh
antigen bundle akoenig/npm-run.plugin.zsh
antigen bundle rimraf/k
# theme
antigen theme https://github.com/denysdovhan/spaceship-prompt spaceship
# antigen theme refined
antigen apply
After running exec zsh command, I get spaceship::union:1: bad pattern: sections=(time.
I don't know if it can help.
This is duplicate of #328. Please upgrade your Zsh to a latest version and follow the related discussion at #332.
Feel free to reopen if there's anything else.
Thanks a lot !
Linking to some doc on how to use custom zsh install instead of OSX built-in, as it was my issue:
https://rick.cogley.info/post/use-homebrew-zsh-instead-of-the-osx-default/