这不是任何 SAP 框架的问题,但可能是 npm 包 sertup 问题。但是,将感谢您的帮助。
我正在尝试根据此处提供的信息将 Fiori 应用程序部署到云 https://developers.sap.com/tutorials/sapui5-fiori-cf-deploy.html
需要构建 mta 应用的步骤
npm run build:mta
失败并出现以下错误
错误:找不到模块 'D:\Work\Projects\Eureka\Source\tutorial.products\node_modules\mbt\bin\mbt'
如果我尝试安装 mbt
npm install -g mbt
我收到此错误 ERR 与 URL https://github.com/SAP/cloud-mta-build-tool/releases/download/v1.1.0/cloud-mta-build-tool_1.1.0_Windows_amd64.tar.gz通信时出错: 无法获取本地颁发者证书
我在 Git 和 npm 中都使用禁用了 SSL
git config --global http.sslVerify false
npm config set strict-ssl false
作为临时措施,但仍然有相同的错误。
我已经验证没有连接问题,因为我可以轻松克隆https://github.com/SAP/cloud-mta-build-tool存储库。
任何有关解决此问题的建议将不胜感激。
问候, 普拉巴尔