未找到 - 获取 https://registry.npmjs.org/functionscdn.azureedge.net - 未找到
Not Found - GET https://registry.npmjs.org/functionscdn.azureedge.net - Not found
npm i -g azure-functions-core-tools@3 --unsafe-perm true --force --trusted-host aunctionscdn.azureedge.net
大家好,我一直在尝试使用上述命令在我的公司代理后面安装 azure-functions-core 工具,但是 return 这个错误。需要一些帮助。非常感谢:
npm 错误!代码 E404
错误! 404 未找到 - GET https://registry.npmjs.org/functionscdn.azureedge.net - 未找到
错误! 404 'functionscdn.azureedge.net@latest' 不在 npm 注册表中。
错误! 404 You should bug the author to publish it (or use the name your yourself!)
问候
如果这是最简单的解决方法,您可以覆盖特定范围的注册表。例如:
npm config set @types:registry https://registry.npmjs.org/
这将告诉 npm 始终直接从互联网上的官方服务器获取 @types 范围的任何内容。更详细的可以参考这个issue.
npm i -g azure-functions-core-tools@3 --unsafe-perm true --force --trusted-host aunctionscdn.azureedge.net
大家好,我一直在尝试使用上述命令在我的公司代理后面安装 azure-functions-core 工具,但是 return 这个错误。需要一些帮助。非常感谢:
npm 错误!代码 E404
错误! 404 未找到 - GET https://registry.npmjs.org/functionscdn.azureedge.net - 未找到
错误! 404 'functionscdn.azureedge.net@latest' 不在 npm 注册表中。
错误! 404 You should bug the author to publish it (or use the name your yourself!)
问候
如果这是最简单的解决方法,您可以覆盖特定范围的注册表。例如:
npm config set @types:registry https://registry.npmjs.org/
这将告诉 npm 始终直接从互联网上的官方服务器获取 @types 范围的任何内容。更详细的可以参考这个issue.