azure-openai-assistant-javascript
azure-openai-assistant-javascript copied to clipboard
Run the webapp server fails in Dev Containers
Describe the issue:
When executing npm start according to README.md, the error is as follows:
Repro Steps:
- Start Docker Desktop
- Open the project: Open in Dev Containers
- Run
azd auth login - Run
azd up - Run
npm install --prefix apiandnpm start --prefix api - Run
npm installandnpm start
Environment:
- Azd version: azd version 1.9.5 (commit cd2b7af9995d358aab33c782614f801ac1997dde)
- OS: VS Code Dev Containers
Expected behavior:
Run npm start can successfully.
@jongio and @manekinekko for notification.