【发布时间】:2020-03-29 11:09:56
【问题描述】:
npm i -g azure-functions-core-tools@3 --unsafe-perm true --force --trusted-host aunctionscdn.azureedge.net
大家好,我一直在尝试在我的公司代理后面使用上述命令安装 azure-functions-core 工具,但返回此错误。在这方面需要一些帮助。非常感谢:
npm 错误!代码 E404
npm 错误! 404 未找到 - 获取 https://registry.npmjs.org/functionscdn.azureedge.net - 未找到
npm 错误! 404 'functionscdn.azureedge.net@latest' 不在 npm 注册表中。
npm 错误! 404你应该bug作者发布它(或自己使用名称!)
问候
【问题讨论】:
-
这对我有用
npm config set registry https://registry.npmjs.org/
标签: azure-functions azure-functions-runtime azure-functions-core-tools azure-function-app-proxy