版本为 v2.6.0 的 GatsbyJS 初始化?

GatsbyJS init with version v2.6.0?

我正在尝试创建一个新的 gatsbyjs 站点,但我不想使用新的 v3,因为我使用的模板只支持 v2.6.0 我怎么能 运行 npm gatsby init在 v2.6.0

刚刚:

npm install gatsby@2.6.0

您可以在 docs 阅读有关 npm-install 命令的更多详细信息。

如果需要,您可以克隆模板并降低 Gatsby 版本。