Describe the issue:
When running azd up in samples/aspire-with-javascript, the deployment fails during the packaging/build phase for multiple frontend services. Services including angular, react, and vue are unable to complete image builds, with errors such as process "/bin/sh -c npm install" did not complete successfully: exit code: 1 and The system cannot find the file specified.
Repro Steps:
- Run
git clone https://github.com/dotnet/aspire-samples.git.
- Run
azd auth login.
- Run
cd samples/aspire-with-javascript.
- Run
azd init.
- Run
azd up.
Environment:
- Branch:
main
- Azd version: azd version 1.25.3-daily.6367899 (commit 5415d38ec116421c280491764d5ff559e6cd0f7f) (daily)
- Samples: aspire-with-javascript.
Expected behavior:
azd up can successfully run for sample aspire-with-javascript.
@RickWinter for notification.
Describe the issue:
When running
azd upinsamples/aspire-with-javascript, the deployment fails during the packaging/build phase for multiple frontend services. Services includingangular,react, andvueare unable to complete image builds, with errors such asprocess "/bin/sh -c npm install" did not complete successfully: exit code: 1andThe system cannot find the file specified.Repro Steps:
git clone https://github.com/dotnet/aspire-samples.git.azd auth login.cd samples/aspire-with-javascript.azd init.azd up.Environment:
mainExpected behavior:
azd upcan successfully run for sampleaspire-with-javascript.@RickWinter for notification.