`yo office` 给出错误 Spawn git ENOENT
`yo office` gives error Spawn git ENONENT
我根据官方文档使用 yeoman-generator office
https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/project-quickstart
节点:版本:10.16.0 (LTS)
运行下面的命令。没有错误
npm install -g yo generator-office
但是当我尝试 运行
yo office
出现以下错误
努力了一天多。删除了 npm 缓存并遵循了类似的问题 `yo angular` gives error: npm ERR! code ENOENT npm ERR! errno 34 (yes I have cleaned the cache and set .npmignore)
此外,将 node 版本降级到 v8 并将 npm 降级,尝试了几乎所有配置可能性
但似乎没有任何效果。感谢任何帮助
感谢@Ragavan Rajan 伸出援手并使用 Yo Office!有一个open issue with Yo Office that it requires the git client要安装
我们正在寻找解决方案,但与此同时,如果您能够安装 git 客户端,这将解决问题。另一种选择是,您可以使用存储库中的 zip 文件直接从各自的存储库下载模板。有关模板不同存储库位置的详细信息位于 Yo Office 附带的 the configuration file 中。
希望对您有所帮助!也可以随意将您的评论和错误详细信息添加到问题中。我们的团队将尽快尝试提供更好的替代方案。再次感谢您使用 Yo Office 并在 Office 平台上构建!
我根据官方文档使用 yeoman-generator office
https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/project-quickstart
节点:版本:10.16.0 (LTS)
运行下面的命令。没有错误
npm install -g yo generator-office
但是当我尝试 运行
yo office
出现以下错误
努力了一天多。删除了 npm 缓存并遵循了类似的问题 `yo angular` gives error: npm ERR! code ENOENT npm ERR! errno 34 (yes I have cleaned the cache and set .npmignore)
此外,将 node 版本降级到 v8 并将 npm 降级,尝试了几乎所有配置可能性
但似乎没有任何效果。感谢任何帮助
感谢@Ragavan Rajan 伸出援手并使用 Yo Office!有一个open issue with Yo Office that it requires the git client要安装
我们正在寻找解决方案,但与此同时,如果您能够安装 git 客户端,这将解决问题。另一种选择是,您可以使用存储库中的 zip 文件直接从各自的存储库下载模板。有关模板不同存储库位置的详细信息位于 Yo Office 附带的 the configuration file 中。
希望对您有所帮助!也可以随意将您的评论和错误详细信息添加到问题中。我们的团队将尽快尝试提供更好的替代方案。再次感谢您使用 Yo Office 并在 Office 平台上构建!