We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azd up
Describe the issue: When running azd up, the following error occurs:
Repro Steps:
azd init -t openai-secure-ui-js
azd auth login
Environment:
Expected behavior: Run azd up successful.
@hemarina and @sinedied for notification.
The text was updated successfully, but these errors were encountered:
openai-secure-ui-js
@jerryshia npm install needs to be ran first before being able to deploy the application. I can add it to the prepackage hook if needed
npm install
prepackage
Sorry, something went wrong.
@sinedied I ran npm install before running azd up and it works. I think it is necessary to add it to the prepackage.
e3c813f
No branches or pull requests
Describe the issue:
When running
azd up
, the following error occurs:Repro Steps:
azd init -t openai-secure-ui-js
.azd auth login
.azd up
.Environment:
Expected behavior:
Run
azd up
successful.@hemarina and @sinedied for notification.
The text was updated successfully, but these errors were encountered: