Skip to content
New issue

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

Error when running azd up #104

Closed
rukasakurai opened this issue Nov 18, 2024 · 3 comments
Closed

Error when running azd up #104

rukasakurai opened this issue Nov 18, 2024 · 3 comments
Assignees

Comments

@rukasakurai
Copy link

rukasakurai commented Nov 18, 2024

This issue is for a: (mark with an x)

- [ x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

git clone https://github.com/Azure-Samples/serverless-chat-langchainjs
cd serverless-chat-langchainjs
azd up

Any log messages given by the failure

Deploying services (azd deploy)

  (✓) Done: Deploying service api
  - Endpoint: https://xxx.azurewebsites.net/

  (x) Failed: Deploying service webapp

ERROR: error executing step command 'deploy --all': failed deploying service 'webapp': failed deploying static web app: swa deploy: exit code: 1, stdout: , stderr: npm WARN deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported

Expected/desired behavior

OS and Version

Windows 11

Mention any other details that might be useful


Thanks! We'll be in touch soon.

@rukasakurai
Copy link
Author

Deleted the following line and reran azd up, resulting in the error now occuring anymore

"inflight": "^1.0.4",

@sinedied
Copy link
Contributor

sinedied commented Dec 4, 2024

This is weird... I can't reproduce this one, and the inflight log is just a warning it should not prevent the deployment

@sinedied
Copy link
Contributor

sinedied commented Dec 4, 2024

I've updated all dependencies just in case, and tested again, no issues.
Don't hesitate to re-open if you happen to run into this again

@sinedied sinedied closed this as completed Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants