简体   繁体   English

通过 git 存储库将我的应用程序部署到 azure 时出现错误

[英]I am getting an error while deploying my app to azure through git repository

This is the message I am getting Log stream from Azure这是我从 Azure 收到日志 stream 的消息

This is my package.json这是我的 package.json

I see that you have an error in your Azure log of Local package.json exists, but node_modules missing .我看到您的 Azure 日志中有错误Local package.json exists, but node_modules missing When you set your deployment script, did you remember to run npm install ?设置部署脚本时,是否记得运行npm install The deployment on azure is running npm start but has not installed the node modules so you need to install them as well. azure 上的部署正在运行npm start但尚未安装节点模块,因此您也需要安装它们。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我在尝试将数据从云 Firestore 带到我的 flutter 应用程序时遇到此错误 - I am getting this error while am trying to bring data from cloud firestore to my flutter app 将 Python Function 应用程序部署到 Azure 时出错 - Error while deploying a Python Function app to Azure 在使用 terraform 部署脚本以启用 Azure 数据工厂中的客户管理密钥时,我收到一个错误,我在下面说明了这一点 - On deploying Script to enable Customer Managed Key in Azure Data Factory using terraform, I am getting an error which I have stated below 我正在尝试在我的 React 应用程序中安装 firebase 并收到此错误 - I am trying to install firebase in my react app and getting this error 我在运行我的应用程序时收到此 E/flutter (25055) 错误(Flutter,FireBase - I am getting this E/flutter (25055) error when I am running my App (Flutter , FireBase 将 WebJob 部署到 Azure 时出错? - Getting error when deploying WebJob to Azure? 将 .NET 核心控制台应用程序部署到 Azure 后加载我的 web 应用程序时出错 - Error loading my web app after deploying .NET Core console app to Azure 为什么我在运行 React 应用程序并单击表单提交时出现此错误 - why i am getting this error while i run react app and click submit in form 为什么我在 git 结帐时收到文件丢失的错误消息? - Why am I getting an error that file is missing on git checkout? 当我在 class Android Studio 中从 firestore 获取数据时,为什么我的应用程序出错 - Why does my app error when I am Getting data from firestore in class Android Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM