-
Notifications
You must be signed in to change notification settings - Fork 530
Description
Steps to reproduce
at https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/use-cicd-template?tabs=certificate, if I copy the cd.yml file as described and deploy it, the npm install step fails because of a 404 error.
Expected behavior
Github actions should publish the agent for me
Actual behavior
Fails to publish.
Error details
Run npm install @microsoft/atk-cli@3.0.4
npm install @microsoft/atk-cli@3.0.4
shell: /usr/bin/bash -e {0}
env:
TEAMSAPP_CLI_VERSION: 3.0.4
AZURE_SERVICE_PRINCIPAL_CLIENT_SECRET: ***
AZURE_SERVICE_PRINCIPAL_CLIENT_ID: ***
AZURE_TENANT_ID: ***
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@microsoft%2fatk-cli - Not found
npm error 404
npm error 404 '@microsoft/atk-cli@3.0.4' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-09-12T18_54_31_431Z-debug-0.log