Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Unable to install @azure/ai-vision-face-ui — missing dependency @azure-ai-vision-face/ui-assets
Hello,
I am trying to install the npm package @azure/ai-vision-face-ui, but the installation always fails due to a missing dependency. The package depends on:
@azure-ai-vision-face/ui-assets@1.4.5
However, this package does not exist. Because of this, running:
npm install @azure/ai-vision-face-ui
results in:
404 Not Found - The package '@azure-ai-vision-face/ui-assets' was not found in the feed
I also tried using Azure Artifacts with an authenticated feed, but the same issue occurs because the dependency simply isn't published anywhere.
What I need
Could the Microsoft Azure AI team:
Publish the missing package @azure-ai-vision-face/ui-assets, OR
Fix the dependency list of @azure/ai-vision-face-ui to remove or replace this missing module?
At the moment, this SDK cannot be installed in any environment due to this missing dependency.
Thank you!