# Make sure the package is installednpm list -g zopio-cli# If not found, reinstallnpm install -g zopio-cli# Check your PATH environment variableecho $PATH
# Check your internet connection# Try using a different templatezopio init --template minimal# Or use a local templatezopio init --template-path ./my-template