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 api and npm start --prefix api
- Run
npm install and npm 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.
Describe the issue:

When executing
npm startaccording to README.md, the error is as follows:Repro Steps:
azd auth loginazd upnpm install --prefix apiandnpm start --prefix apinpm installandnpm startEnvironment:
Expected behavior:
Run
npm startcan successfully.@jongio and @manekinekko for notification.