


























Never mind, it seems it had to do with my network interface. After trying many things, restarting the modem was the solution. lol
I don't know why but after installing the package, running "func start" hangs for a few moments and then displays "One or more errors occurred. (A task was canceled.)".
@Jammie can we get one updated to the latest 4.0 release?
@martin.mauch I added the workaround to the PKGBUILD
I don't know if this is happening to other people as well, but I'm running into this issue with a fresh installation:
Creating archive for current directory... Permission denied
https://github.com/Azure/azure-functions-core-tools/issues/1798
The solution for me is (as specified in the above issue) to run
sudo chmod a+x /usr/lib/azure-functions-core-tools/gozip
@Jammie Maybe this could be done in the PKGBUILD?
@Jammie hah, that's brilliant. I must have pulled about 5 minutes prior.
Cheers :D
@fo.daniel Thanks for the patch, but I just pushed out an update about 20 minutes ago.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
The install path of this package is not the same as with the standalone installation provided by Microsoft.
This package installs to:
/usr/lib/azure-functions-core-tools/funcOriginal package installs to:
/usr/lib/azure-functions-core-tools-{version}/funcWhere {version} is the version number of the Azure Functions Core Tools.
At the time of writing this comment the version is 4.
The path should be:
/usr/lib/azure-functions-core-tools-4/funcAs a result of this, software locating the toolkit fails to find it.
This for example is the case with Project Tye.
https://github.com/dotnet/tye/blob/6f9454e7b52bee30a0ba53f813678016b193c547/src/Microsoft.Tye.Hosting/FuncFinder.cs#L89