Hi,
I've tried to install azure-functions-core-tools on my Windows Dev Machine.
I've used this command:
npm i -g azure-functions-core-tools --unsafe-perm true
but, at least I've recived the error below.
Could you help me, please?
Thanks, Stefano.
attempting to GET "https://functionscdn.azureedge.net/public/2.1.748/Azure.Functions.Cli.win-x64.2.1.748.zip"
Error: self signed certificate in certificate chain
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! azure-functions-core-tools@2.1.748 postinstall: node lib/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the azure-functions-core-tools@2.1.748 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\m.gherghi\AppData\Roaming\npm-cache_logs\2018-10-25T09_51_51_969Z-debug.log
Hi,
I've tried to install azure-functions-core-tools on my Windows Dev Machine.
I've used this command:
npm i -g azure-functions-core-tools --unsafe-perm true
but, at least I've recived the error below.
Could you help me, please?
Thanks, Stefano.