Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDN Zip file missing https://functionscdn.azureedge.net/public/4.0.1/Azure.Functions.Cli.linux-x64.4.0.1.zip #3708

Closed
kf6kjg opened this issue Jun 20, 2024 · 5 comments

Comments

@kf6kjg
Copy link

kf6kjg commented Jun 20, 2024

$ npm i -g azure-functions-core-tools@4
...
npm error path /usr/local/share/npm-global/lib/node_modules/azure-functions-core-tools
npm error command failed
npm error command sh -c node lib/install.js
npm error attempting to GET "https://functionscdn.azureedge.net/public/4.0.1/Azure.Functions.Cli.linux-x64.4.0.1.zip"
npm error Error downloading zip file from https://functionscdn.azureedge.net/public/4.0.1/Azure.Functions.Cli.linux-x64.4.0.1.zip
npm error Expected: 200, Actual: 404

EDIT: Workaround: npm i -g azure-functions-core-tools@4.0.5801

@kf6kjg
Copy link
Author

kf6kjg commented Jun 20, 2024

Looks like a build version issue:
image

@wpurnahitachi
Copy link

Facing the same error. Any workarounds?

@kf6kjg
Copy link
Author

kf6kjg commented Jun 20, 2024

Workaround: npm i -g azure-functions-core-tools@4.0.5801 - also adding to OP. Some users may want to use --save-exact depending on the use case.

@aaronrac
Copy link

looks like this is fixed now

@kf6kjg
Copy link
Author

kf6kjg commented Jun 26, 2024

Agreed now that latest is 4.0.5858.
image

@kf6kjg kf6kjg closed this as completed Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants